Skip to content

Commit bcf6452

Browse files
Imma kill my CI
1 parent a577f6d commit bcf6452

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/binaries.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Add Binaries to current release.
22

33
on:
4-
push:
5-
tags:
6-
'*'
4+
workflow_run:
5+
workflows:
6+
- Release
7+
types:
8+
- completed
79
workflow_dispatch:
810

911
#defaults:

config.example.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# See the readme for description on these
21
[buildOpts]
32
games = true
43

0 commit comments

Comments
 (0)