Skip to content

Commit fead96f

Browse files
committed
Disable CI_PRERELEASE again
1 parent 3985ae7 commit fead96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defaults:
3030
shell: "bash"
3131

3232
env:
33-
CI_PRERELEASE: "${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/oa-fork') }}"
33+
CI_PRERELEASE: "${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}"
3434
CI_RELEASE: "${{ github.event_name == 'release' }}"
3535
STACK_VERSION: "2.15.1"
3636

0 commit comments

Comments
 (0)