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 3351634 commit 202b8acCopy full SHA for 202b8ac
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
68
runs-on: ubuntu-latest
69
environment: test_release
70
- if: github.ref_name == 'main' && !startsWith(github.event.pull_request.title,'chore') && !startsWith(github.event.head_commit.message,'chore')
+ if: github.ref_name != 'main'
71
72
steps:
73
- uses: actions/checkout@v4
@@ -92,7 +92,7 @@ jobs:
92
- lint
93
- commitlint
94
95
- if: github.ref_name == 'main'
+ if: github.ref_name == 'main' && !startsWith(github.event.pull_request.title,'chore') && !startsWith(github.event.head_commit.message,'chore')
96
97
environment: release
98
concurrency: release
0 commit comments