1 parent 5a3ee97 commit 3a6a2a8Copy full SHA for 3a6a2a8
1 file changed
.github/workflows/release.yml
@@ -17,8 +17,7 @@ jobs:
17
name: Release
18
runs-on: ubuntu-latest
19
if: |
20
- (github.event_name == 'push' && (github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/alpha')) ||
21
- (github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main') ||
+ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/alpha') ||
22
github.event_name == 'workflow_dispatch'
23
24
steps:
0 commit comments