Skip to content

Commit eaf9e5d

Browse files
committed
chore(ci): run on PRs
1 parent 64b41d8 commit eaf9e5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- "**"
@@ -91,7 +92,7 @@ jobs:
9192
name: Publish
9293
needs: [health, node]
9394
runs-on: ubuntu-latest
94-
if: startsWith(github.ref, 'refs/tags/v')
95+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
9596
permissions:
9697
contents: read
9798
id-token: write # -> authentication

0 commit comments

Comments
 (0)