We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9d8d7 commit 7e7c081Copy full SHA for 7e7c081
1 file changed
.github/workflows/test-python.yml
@@ -6,7 +6,9 @@ name: only tests - Python
6
7
on:
8
push:
9
- branches: [ "main" ]
+ branches:
10
+ - "nofar*"
11
+ - "main"
12
pull_request:
13
branches: [ "main" ]
14
0 commit comments