Skip to content

Commit 5f743e5

Browse files
committed
chore: update ui release workflows to use same triggers as release.yml
Signed-off-by: Nick Mitchell <[email protected]>
1 parent 53f58f6 commit 5f743e5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/release-static-web-app.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: 'Publish ui to static web site'
22

33
on:
4-
push:
5-
branches:
6-
- release
4+
release:
5+
types:
6+
- released
7+
workflow_dispatch:
78

89
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
910

.github/workflows/release-ui.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: 'Publish ui to GitHub release'
22

33
on:
4-
push:
5-
branches:
6-
- release
4+
release:
5+
types:
6+
- released
7+
workflow_dispatch:
78

89
# This workflow will trigger on each push to the `release` branch to create or update a GitHub release, build your app, and upload the artifacts to the release.
910

0 commit comments

Comments
 (0)