Skip to content

Commit 0673bfe

Browse files
committed
GitHub Actions: Further tweak condition
1 parent 42085ee commit 0673bfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: "Tests"
22

33
on:
44
push:
5-
paths: ["src/**", "build.zig", "build.zig.zon"]
5+
branches: ["main"]
6+
paths: ["**/*.zig", "build.zig.zon"]
7+
pull_request:
68
schedule:
79
- cron: "0 3 * * 5"
810
workflow_dispatch:

0 commit comments

Comments
 (0)