Skip to content

Commit 157a6a9

Browse files
authored
chore: Fix CI to run on public forks (#526)
1 parent a4a7122 commit 157a6a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: test
22

33
on:
4-
push:
4+
pull_request:
5+
paths:
6+
- .github/workflows/test.yml
7+
- .golangci.yml
8+
- go.mod
9+
- '**.go'
10+
- '**.txtar'
511

612
jobs:
713
test:

0 commit comments

Comments
 (0)