Skip to content

Commit

Permalink
Merge pull request #220 from kreneskyp/dev_deploy_fix
Browse files Browse the repository at this point in the history
Fix branch name in trigger, wasn't publishing on merge
  • Loading branch information
kreneskyp authored Sep 12, 2023
2 parents d77bdbe + e284d46 commit f95602c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ name: Publish Dev
# workflow after `build` job has run will succeed.
on:
push:
branches: [main]
branches: [master]


jobs:
docker:
runs-on: ubuntu-latest
# TODO depends?
steps:
# setup
- name: Checkout
Expand Down

0 comments on commit f95602c

Please sign in to comment.