Skip to content

Commit bdb9953

Browse files
committed
test
1 parent a630da8 commit bdb9953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
##########################################################################################
107107
prep_next_release:
108108
name: Prep Next Release
109-
if: env.SNAPSHOT == 'false'
109+
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
110110
runs-on: ubuntu-20.04
111111
needs: [ build ]
112112
steps:

0 commit comments

Comments
 (0)