Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 209c4f4

Browse files
Merge pull request #12 from lightpanda-io/ci
run ci on all PRs
2 parents 12f4702 + 7651653 commit 209c4f4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/zig-fmt.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ env:
55

66
on:
77
pull_request:
8-
branches:
9-
- main
108
# Allows you to run this workflow manually from the Actions tab
119
workflow_dispatch:
1210

.github/workflows/zig-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
- "src/**/*.zig"
1212
- "src/*.zig"
1313
pull_request:
14-
branches:
15-
- main
1614
# Allows you to run this workflow manually from the Actions tab
1715
workflow_dispatch:
1816

0 commit comments

Comments
 (0)