Skip to content

Commit 4981540

Browse files
committed
ci: allow all pull requests to trigger CI
1 parent be09c6d commit 4981540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- CONTRIBUTING.md
99
pull_request:
1010
branches:
11-
- main
11+
- '**'
1212
jobs:
1313
test:
1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)