Skip to content

Commit

Permalink
TEMP - add push to register workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhenryhf committed Nov 14, 2024
1 parent 79124e8 commit 74f5140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-reports-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build reports image

on:
push: #temp to register workflow
workflow_dispatch:
inputs:
branch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-update-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Update Image
run-name: Build Update Image

on:
push: #temp to register workflow
workflow_dispatch:
inputs:
branch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag-latest-prod-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tag latest prod image

on:
push: #temp to register workflow
repository_dispatch:
types:
- tag-latest-prod-image
Expand Down

0 comments on commit 74f5140

Please sign in to comment.