We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9888ebb commit ede5507Copy full SHA for ede5507
.github/workflows/aws-ui-cd-prod.yml
@@ -1,9 +1,9 @@
1
name: time-tracker-ui-cd-prod
2
3
on:
4
- push:
5
- branches:
6
- - 'fast-api*'
+ release:
+ types:
+ - published
7
8
jobs:
9
cd:
.github/workflows/aws-ui-cd-stage.yml
name: time-tracker-ui-cd-stage
- release:
- types:
- - published
+ push:
+ tags:
+ - 'v*.*.*'
0 commit comments