Skip to content

Commit ede5507

Browse files
authored
fix: workflow-triggers (#983)
1 parent 9888ebb commit ede5507

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/aws-ui-cd-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: time-tracker-ui-cd-prod
22

33
on:
4-
push:
5-
branches:
6-
- 'fast-api*'
4+
release:
5+
types:
6+
- published
77

88
jobs:
99
cd:

.github/workflows/aws-ui-cd-stage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: time-tracker-ui-cd-stage
22

33
on:
4-
release:
5-
types:
6-
- published
4+
push:
5+
tags:
6+
- 'v*.*.*'
77

88
jobs:
99
cd:

0 commit comments

Comments
 (0)