Add GitHub Action

This commit is contained in:
hiondal
2025-03-03 22:05:34 +09:00
parent 658264c98d
commit 877ed49601
+2 -1
View File
@@ -2,7 +2,8 @@ name: Frontend CI/CD Pipeline
on: on:
push: push:
branches: [ main ] branches:
- main
paths: paths:
- '**' - '**'
- '!.github/**' - '!.github/**'