Skip to content

Commit

Permalink
fix: workflow trigger branches
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Oct 14, 2024
1 parent 52104d3 commit 2654cc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/frontend-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Frontend Deploy to Dev
on:
push:
pull_request:
branches:
- develop
branches: [main, develop]
paths:
- frontend/**
- .github/**
Expand Down

0 comments on commit 2654cc0

Please sign in to comment.