Skip to content

Commit 25bf616

Browse files
committed
ci: test
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent e753b32 commit 25bf616

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

.github/workflows/canary-deb.yaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,24 @@ on:
1212
ref_name:
1313
required: true
1414
type: string
15-
16-
# This workflow will run every 5 min
15+
pull_request:
16+
branches:
17+
- main
18+
paths:
19+
- '**.go'
20+
- 'go.mod'
21+
- 'go.sum'
22+
- '.github/workflows/e2e-macos.yaml'
23+
- '.github/workflows/e2e-windows.yaml'
24+
- '.github/workflows/e2e-linux.yaml'
25+
- 'contrib/packaging/**'
26+
- 'deps/**'
27+
- 'finch.yaml.d/**'
28+
- 'winres'
29+
- 'Makefile*'
30+
- '.golangci.yaml'
31+
- '!contrib/hello-finch/**'
32+
# This workflow will run every 5 min
1733
schedule:
1834
- cron: '*/5 * * * *'
1935

0 commit comments

Comments
 (0)