Skip to content

Commit 6ea70c4

Browse files
authored
chore: allow ci on PR (#53)
1 parent e2505c9 commit 6ea70c4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ on:
44
push:
55
branches: ["main"]
66

7-
# trigger on change to this workflow
87
pull_request:
9-
paths:
10-
- '.github/workflows/ci.yml'
8+
branches: ["main"]
119

1210
# allow trigger manually from actions
1311
workflow_dispatch:

0 commit comments

Comments
 (0)