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 b9f4ac1 commit cc9e920Copy full SHA for cc9e920
.github/workflows/nix_adapt_hashes.yaml
@@ -1,10 +1,18 @@
1
name: Adapt Nix hashes
2
on:
3
- workflow_call: # 🚧 To-do: Remove this debug code.
+ workflow_dispatch: {} # 🚧 To-do: Remove this debug code.
4
pull_request:
5
branches:
6
- master
7
paths:
8
+ - ".github/workflows/nix_adapt_hashes.yaml"
9
+ - "go.mod"
10
+ - "go.sum"
11
+ push:
12
+ branches:
13
+ - master
14
+ paths:
15
16
- "go.mod"
17
- "go.sum"
18
.github/workflows/tidy_go_mod.yaml
0 commit comments