Skip to content

Commit 1ac41ed

Browse files
committed
Run on branch
1 parent 327e612 commit 1ac41ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/welcome.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
release-template:
7-
name: ${{ github.head_ref }}
7+
if: ${{ github.head_ref == 'changeset-release/main' }}
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
@@ -27,6 +27,7 @@ jobs:
2727
owner: context.repo.owner,
2828
repo: context.repo.repo
2929
});
30+
console.log(result.data)
3031
const primerComments = result.data.filter(c => c.user.login == 'github-actions')
3132
if (!primerComments.length) {
3233
await github.issues.createComment({

0 commit comments

Comments
 (0)