Skip to content

Commit

Permalink
ci: add additional deployment triggers (bug 1915861) (#146)
Browse files Browse the repository at this point in the history
- trigger when pushing to staging branch
- trigger when a new release is published
  • Loading branch information
zzzeid authored Nov 22, 2024
1 parent 461a95f commit 8f4e783
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- develop
- staging
release:
types:
- published

env:
IMAGE_NAME: lando
Expand Down

0 comments on commit 8f4e783

Please sign in to comment.