Skip to content

Commit 12f5e3b

Browse files
triggering when pushed to main branch
1 parent ab11a00 commit 12f5e3b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/python_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Python Tests
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'card_data/**'
9+
- 'web/**'
410
pull_request:
511
types: [opened, reopened, synchronize]
612
paths:

0 commit comments

Comments
 (0)