File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
# and not when the branch is created.
19
19
# This is to avoid running the workflow when a release/* branch is created.
20
20
if : |
21
- github.event.head_commit.message != 'ci(release): versioning packages and changesets' &&
21
+ startsWith( github.event.head_commit.message, 'ci(release):') &&
22
22
github.event.before != '0000000000000000000000000000000000000000'
23
23
24
24
steps :
Original file line number Diff line number Diff line change 18
18
# and not when the branch is created.
19
19
# This is to avoid running the workflow when a release/* branch is created.
20
20
if : |
21
- github.event.head_commit.message == 'ci(release): versioning packages and changesets' &&
21
+ startsWith( github.event.head_commit.message, 'ci(release):') &&
22
22
github.event.before != '0000000000000000000000000000000000000000'
23
23
24
24
steps :
You can’t perform that action at this time.
0 commit comments