Skip to content

Commit 272025c

Browse files
committed
chore: update github workflow to run on new commit to main
1 parent 98aaa33 commit 272025c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Build
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- "**.py"
9+
- "**.toml"
10+
- "**.yml"
411
pull_request:
512
workflow_call:
613
secrets:

0 commit comments

Comments
 (0)