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 3985ae7 commit fead96fCopy full SHA for fead96f
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ defaults:
30
shell: "bash"
31
32
env:
33
- CI_PRERELEASE: "${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/oa-fork') }}"
+ CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}"
34
CI_RELEASE: "${{ github.event_name == 'release' }}"
35
STACK_VERSION: "2.15.1"
36
0 commit comments