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.
Makefile
files-changed
1 parent fab63cf commit e441a5dCopy full SHA for e441a5d
.github/workflows/files-changed.yml
@@ -20,7 +20,6 @@ jobs:
20
detect:
21
runs-on: ubuntu-latest
22
timeout-minutes: 3
23
- # Map a step output to a job output
24
outputs:
25
backend: ${{ steps.changes.outputs.backend }}
26
frontend: ${{ steps.changes.outputs.frontend }}
@@ -39,12 +38,14 @@ jobs:
39
38
- "templates/**/*.tmpl"
40
- "go.mod"
41
- "go.sum"
+ - "Makefile"
42
43
frontend:
44
- "**/*.js"
45
- "web_src/**"
46
- "package.json"
47
- "package-lock.json"
48
49
50
docs:
51
- "**/*.md"
@@ -56,7 +57,9 @@ jobs:
56
57
templates:
58
59
- "poetry.lock"
60
+
61
docker:
62
- "Dockerfile"
63
- "Dockerfile.rootless"
64
- "docker/**"
65
0 commit comments