Merge pull request #3855 from code-yeongyu/chore/web-deploy-on-dev
chore(workflows): trigger web-deploy on dev push
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master, dev]
|
||||||
paths:
|
paths:
|
||||||
- "web/**"
|
- "web/**"
|
||||||
- ".github/workflows/web-deploy.yml"
|
- ".github/workflows/web-deploy.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user