Skip to content

Commit

Permalink
fix: workflow trigger grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Oct 14, 2024
1 parent 1060a76 commit eba28b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/frontend-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Frontend Deploy to Dev

on:
# push:
pull_request:
branches: [main, develop]
paths: [frontend/**, .github/**]
branches:
- main
- develop
paths:
- 'frontend/**'
- '.github/**'

jobs:
build-dockerfile:
Expand Down

0 comments on commit eba28b5

Please sign in to comment.