Skip to content

Commit f58ea97

Browse files
committed
Disable test workflows on push to develop
1 parent d4eef0e commit f58ea97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Linting and tests
55

66
on:
77
push:
8-
branches: [ "main", "develop", "release/*" ]
8+
branches: [ "main", "release/*" ]
99
pull_request:
1010

1111
permissions:

0 commit comments

Comments
 (0)