Skip to content

Commit ef1a734

Browse files
authored
chore: do no trigger release workflow on chores (#4)
1 parent 94913ac commit ef1a734

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
@@ -69,7 +69,7 @@ jobs:
6969

7070
runs-on: ubuntu-latest
7171
environment: test_release
72-
if: github.ref_name != 'main'
72+
if: github.ref_name == 'main' && !startsWith(github.event.pull_request.title,'chore') && !startsWith(github.event.head_commit.message,'chore')
7373

7474
steps:
7575
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)