Skip to content

Commit 8de5b58

Browse files
try to not run tests on master
1 parent d39184e commit 8de5b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pydna_test_and_coverage_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- '**'
6+
- '!master' # excludes master
67
tags-ignore:
78
- '*.*'
89
pull_request: {}

0 commit comments

Comments
 (0)