Skip to content

Commit

Permalink
added a trigger for tag so that initial dev deploy is run on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jun 16, 2023
1 parent 263e6f3 commit bbf8753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- '*'

jobs:
deploy-dev:
Expand Down

0 comments on commit bbf8753

Please sign in to comment.