Skip to content

Commit

Permalink
Update dummy build_and_push.yaml
Browse files Browse the repository at this point in the history
Adding dummy job
  • Loading branch information
joachimbbp authored Sep 12, 2024
1 parent 357796d commit ea7daf3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_and_push.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
#empty actions file to reveal corresponding file on other branches
name: Build and Push
on:
workflow_dispatch:

jobs:
- name: Echo Info
run: echo "This is an empty actions file. It was created on main to reveal Build and Push files on other branches"
run: echo "To test this action, please run it on whatever branch holds your draft"

0 comments on commit ea7daf3

Please sign in to comment.