Skip to content

Commit 88cd68b

Browse files
committed
ci: trigger checks on pull_request to main
1 parent ac68804 commit 88cd68b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
permissions:
912
contents: write
@@ -40,6 +43,7 @@ jobs:
4043
run: pnpm build:firefox
4144

4245
release-please:
46+
if: github.event_name == 'push'
4347
runs-on: ubuntu-24.04
4448
steps:
4549
- uses: googleapis/release-please-action@v4

0 commit comments

Comments
 (0)