Skip to content

Commit 2843a5f

Browse files
committed
run tests on PR against all branches except main
1 parent 9151797 commit 2843a5f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ name: Tests
66
on:
77
# Triggers the workflow on push or pull request events but only for the dev branch
88
pull_request:
9-
branches:
10-
- dev
11-
- 'v*/dev'
12-
- 'v*/contrib'
9+
branches-ignore:
10+
- 'v*/main'
1311

1412
# Allows you to run this workflow manually from the Actions tab
1513
workflow_dispatch:

0 commit comments

Comments
 (0)