Skip to content

Commit 492babb

Browse files
committed
Fix releases
Hopefully this will fix the workflow runs
1 parent 5c45485 commit 492babb

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

.github/workflows/Android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Android
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/Linux_x86.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Linux_x86
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/Linux_x86_64_SDL1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Linux_x86_64_SDL1
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/MacOSX.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: MacOSX
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/PS4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: PS4
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/Windows_x64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Windows_x64
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/Windows_x86.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Windows_x86
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

.github/workflows/iOS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: iOS
22

33
on:
4+
release:
5+
types: [created]
46
push:
57
branches:
68
- ironman

0 commit comments

Comments
 (0)