Skip to content

Commit dd3ea53

Browse files
committed
Run workflow on pull requests, not pushes
1 parent 19c29be commit dd3ea53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ name: Linting and tests
55

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

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)