Skip to content

Commit e441a5d

Browse files
silverwindGiteaBot
andauthored
Add Makefile to files-changed (#25463)
When only `Makefile` changes, nothing currently runs. Add it to a few categories. Co-authored-by: Giteabot <[email protected]>
1 parent fab63cf commit e441a5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/files-changed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
detect:
2121
runs-on: ubuntu-latest
2222
timeout-minutes: 3
23-
# Map a step output to a job output
2423
outputs:
2524
backend: ${{ steps.changes.outputs.backend }}
2625
frontend: ${{ steps.changes.outputs.frontend }}
@@ -39,12 +38,14 @@ jobs:
3938
- "templates/**/*.tmpl"
4039
- "go.mod"
4140
- "go.sum"
41+
- "Makefile"
4242
4343
frontend:
4444
- "**/*.js"
4545
- "web_src/**"
4646
- "package.json"
4747
- "package-lock.json"
48+
- "Makefile"
4849
4950
docs:
5051
- "**/*.md"
@@ -56,7 +57,9 @@ jobs:
5657
templates:
5758
- "templates/**/*.tmpl"
5859
- "poetry.lock"
60+
5961
docker:
6062
- "Dockerfile"
6163
- "Dockerfile.rootless"
6264
- "docker/**"
65+
- "Makefile"

0 commit comments

Comments
 (0)