Skip to content

Commit dac4894

Browse files
committed
chore: add workflow_dispatch and self-trigger to frontend deploy
1 parent 04f82e8 commit dac4894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: Deploy Frontend
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:
78
- 'frontend/**'
9+
- '.github/workflows/deploy-frontend.yml'
810

911
jobs:
1012
build-and-deploy:

0 commit comments

Comments
 (0)