Skip to content

Commit dd0f8d9

Browse files
authored
Only update nightly build on push
1 parent 3d0d8ea commit dd0f8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
path: bin
104104
nightly-release:
105105
needs: build
106-
if: github.ref_name == 'master'
106+
if: github.ref_name == 'master' && github.event_name == 'push'
107107
runs-on: ubuntu-latest
108108
steps:
109109
- name: Download all artifacts

0 commit comments

Comments
 (0)