Skip to content

Commit 638af29

Browse files
committed
chore: change to on push of branch for testing WILL REVERT
1 parent fb7d08f commit 638af29

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/demo-build-and-scan-docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: (DEMO) HeroDevs CLI Build and Scan Docker Image
22

33
on:
4-
workflow_dispatch: {}
4+
push:
5+
branches: ['chore/add_demo_docker_scan_workflows']
56

67
env:
78
TRACKING_OPT_OUT: 'true'

.github/workflows/demo-docker-buildx-sbom-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: (DEMO) HeroDevs CLI Docker Buildx SBOM Scan
22

33
on:
4-
workflow_dispatch: {}
4+
push:
5+
branches: ['chore/add_demo_docker_scan_workflows']
56

67
env:
78
TRACKING_OPT_OUT: 'true'

.github/workflows/demo-scan-docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: (DEMO) HeroDevs CLI Scan Docker Image
22

33
on:
4-
workflow_dispatch: {}
4+
push:
5+
branches: ['chore/add_demo_docker_scan_workflows']
56

67
permissions:
78
packages: read

.github/workflows/demo-scan-with-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: (DEMO) HeroDevs EOL Scan With Docker Image
22

33
on:
4-
workflow_dispatch: {}
4+
push:
5+
branches: ['chore/add_demo_docker_scan_workflows']
56

67
env:
78
TRACKING_OPT_OUT: 'true'

.github/workflows/demo-scan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: (DEMO) HeroDevs EOL Scan NPX
22

33
on:
4-
workflow_dispatch: {}
4+
push:
5+
branches: ['chore/add_demo_docker_scan_workflows']
56

67
env:
78
TRACKING_OPT_OUT: 'true'

0 commit comments

Comments
 (0)