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
default: ""
push:
branches: [master]
branches: [master, dev]
paths:
- "web/**"
- ".github/workflows/web-deploy.yml"