Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
informatter committed Mar 20, 2024
1 parent ff8e352 commit 4b0cffa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/frontend_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
branches:
- master
- develop
paths-ignore:
- "backend/**"
paths:
- "frontend/**" # Only run if only a UI file has changed
# runs action on PRs to develop
pull_request:
branches:
- develop
paths-ignore:
- "backend/**"
paths:
- "frontend/**" # Only run if only a UI file has changed

env:
NODE_VERSION: "20"
Expand Down

0 comments on commit 4b0cffa

Please sign in to comment.