We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e753b32 commit 25bf616Copy full SHA for 25bf616
.github/workflows/canary-deb.yaml
@@ -12,8 +12,24 @@ on:
12
ref_name:
13
required: true
14
type: string
15
-
16
- # This workflow will run every 5 min
+ pull_request:
+ 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
33
schedule:
34
- cron: '*/5 * * * *'
35
0 commit comments