Skip to content

Commit e13a06d

Browse files
authored
chore: trigger stage pipeline when publish workflows change (#272)
1 parent f741363 commit e13a06d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ on:
1818
- "package.json"
1919
- "tsconfig.json"
2020
- ".github/workflows/stage.yml"
21-
- ".github/workflows/release.yml"
21+
- ".github/workflows/publish-prerelease.yml"
22+
- ".github/workflows/publish-switch.yml"
2223
- "docker-image/**"
2324

2425
permissions:

0 commit comments

Comments
 (0)