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:
YeonGyu-Kim
2026-05-08 15:06:09 +09:00
committed by GitHub
+1 -1
View File
@@ -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"