Skip to content

Commit f468d97

Browse files
authored
Merge pull request #191 from OmegaSquad82/OmegaSquad82-patch-1
fix: no push trigger for composition analysis
2 parents 8ddfbc6 + 80655f7 commit f468d97

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/composition-analysis.yml

-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
name: composition-analysis
22
on:
33
workflow_dispatch: # allow manually triggering builds
4-
push:
5-
paths-ignore:
6-
- "**/build-image.yml"
7-
- "**/release-please.yml"
8-
- "**/recompress-latest.yml"
9-
- "**/vulnerability-scan.yml"
10-
- "**.md"
11-
- "**/.gitkeep"
12-
- "build-isos"
13-
- "renovate.json"
144

155
concurrency:
166
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

0 commit comments

Comments
 (0)