We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a630da8 commit bdb9953Copy full SHA for bdb9953
.github/workflows/release.yml
@@ -106,7 +106,7 @@ jobs:
106
##########################################################################################
107
prep_next_release:
108
name: Prep Next Release
109
- if: env.SNAPSHOT == 'false'
+ if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
110
runs-on: ubuntu-20.04
111
needs: [ build ]
112
steps:
0 commit comments