Skip to content

Commit de2f19f

Browse files
committed
remove if clause when uploading executables
1 parent baf918d commit de2f19f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
run: |
2020
nox --non-interactive --session build_executable_linux
2121
- name: Upload linux executable
22-
if: github.ref == 'refs/heads/master'
2322
uses: actions/upload-artifact@v1
2423
with:
2524
name: gdbgui_linux
@@ -41,7 +40,6 @@ jobs:
4140
run: |
4241
nox --non-interactive --session build_executable_mac
4342
- name: Upload mac executable
44-
if: github.ref == 'refs/heads/master'
4543
uses: actions/upload-artifact@v1
4644
with:
4745
name: gdbgui_mac
@@ -63,7 +61,6 @@ jobs:
6361
run: |
6462
nox --non-interactive --session build_executable_windows
6563
- name: Upload windows executable
66-
if: github.ref == 'refs/heads/master'
6764
uses: actions/upload-artifact@v1
6865
with:
6966
name: gdbgui_windows

0 commit comments

Comments
 (0)