We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39184e commit 8de5b58Copy full SHA for 8de5b58
.github/workflows/pydna_test_and_coverage_workflow.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- '**'
6
+ - '!master' # excludes master
7
tags-ignore:
8
- '*.*'
9
pull_request: {}
0 commit comments