Skip to content

Commit f3478c4

Browse files
committed
update
1 parent a07b4de commit f3478c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
name: PR build and test
1818

1919
on:
20+
push:
21+
paths:
22+
- 'src/**'
23+
- 'run/**'
24+
- 'docs/**'
25+
- 'ui/**'
2026
pull_request:
2127
branches: [ main ] # Triggers on PRs targeting the main branch
2228
paths:

0 commit comments

Comments
 (0)