Skip to content

Commit 0f1bfd2

Browse files
committed
Allow CI on PR branches
Docs and settings claim the action won't run for external PRs until we approve
1 parent ae33c3c commit 0f1bfd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ on:
44
paths:
55
- install.sh.in
66
- .github/workflows/ci.yml
7-
# branches: [ main ]
87
workflow_dispatch:
8+
pull_request:
9+
paths:
10+
- install.sh.in
11+
- .github/workflows/ci.yml
912
schedule:
1013
- cron: "0 0 * * 0" # weekly
1114
jobs:

0 commit comments

Comments
 (0)