Skip to content

Commit

Permalink
uncommenting the push to main trigger for continuous deployment (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Byers authored Jun 10, 2024
1 parent fa2300d commit e6fc64d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build and publish
run-name: Build and publish ${{ inputs.app_name }}:${{ inputs.ref }}

on:
push:
branches:
- main
workflow_call:
inputs:
app_name:
Expand Down

0 comments on commit e6fc64d

Please sign in to comment.