Skip to content

Commit 06b66be

Browse files
Restrict branches to run actions on.
1 parent f5f2fb8 commit 06b66be

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pytest.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11

22
name: Validate Python Code
33

4-
on: [push, pull_request]
4+
on:
5+
push:
6+
branches:
7+
- main
8+
pull_request:
9+
branches:
10+
- develop
11+
- main
512

613
jobs:
714
test-mac-linux:

0 commit comments

Comments
 (0)