Skip to content

Commit

Permalink
feat(ci): Allow for running the default workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Sep 24, 2023
1 parent ac5ef67 commit 0024893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

# Build this on push
on: [ push ]
on: [ push, workflow_dispatch ]

# Only build one build at a time
concurrency: push-build
Expand Down

0 comments on commit 0024893

Please sign in to comment.