We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b81e2c commit 5885d86Copy full SHA for 5885d86
1 file changed
.github/workflows/sbom.yaml
@@ -1,10 +1,6 @@
1
name: Generate SBOM
2
3
on:
4
- # TEST ONLY: trigger on push to this branch so the workflow can be validated
5
- # without merging to main. Remove this block before merging.
6
- push:
7
- branches: [feature/sbom-generation]
8
# Runs after build.yaml completes successfully on main — no duplicate build
9
workflow_run:
10
workflows: ["Build and Test Package"]
@@ -32,7 +28,6 @@ jobs:
32
28
setup:
33
29
name: Read Config
34
30
if: >
35
- github.event_name == 'push' ||
36
31
github.event_name == 'release' ||
37
github.event_name == 'workflow_dispatch' ||
38
github.event.workflow_run.conclusion == 'success'
0 commit comments