Skip to content

Commit

Permalink
Merge pull request #55 from mdegat01/stable-to-beta-1
Browse files Browse the repository at this point in the history
Deploys to stable also go to beta
  • Loading branch information
mdegat01 authored Apr 12, 2021
2 parents 22514ca + 0aadd2a commit dd1e3b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ jobs:
}
publish-beta:
name: 📢 Publish to beta repository
if: needs.information.outputs.environment == 'beta'
if: |
needs.information.outputs.environment == 'beta' ||
needs.information.outputs.environment == 'stable'
needs:
- information
- deploy
Expand Down

0 comments on commit dd1e3b7

Please sign in to comment.