Skip to content

Commit

Permalink
Merge pull request #183 from pulumiverse/feat/manual-trigger-for-push
Browse files Browse the repository at this point in the history
feat: add workflow_dispatch event to trigger the push.yml workflow manually
  • Loading branch information
tmeckel committed May 14, 2024
2 parents 25c33b8 + bf38b0f commit cafd32c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Push
on:
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit cafd32c

Please sign in to comment.