Skip to content

Commit

Permalink
chore(github): deliver on merge to main (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
corybuecker authored Oct 20, 2024
1 parent 590fc3c commit 8a4fff0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: continuous-delivery
on: workflow_dispatch
on:
push:
branches:
- main
jobs:
build-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a4fff0

Please sign in to comment.