Skip to content

Commit 899db81

Browse files
authored
Merge pull request #7 from flick-ing/test-changeset
Test changeset
2 parents 3381d85 + 22e134c commit 899db81

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/bumpy-kings-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@bitflick/inscriptions': patch
3+
---
4+
5+
Changeset test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
publish:
3737
needs: createReleasePR
3838
runs-on: ubuntu-latest
39-
if: github.event.pull_request.merged == true
39+
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'chore: version packages')
4040
steps:
4141
- uses: actions/checkout@v4
4242
with:

0 commit comments

Comments
 (0)