Skip to content

Commit

Permalink
run gh actions only when needed on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
fugidev committed Dec 19, 2023
1 parent a367097 commit b410879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- "frontend/**"
- ".github/workflows/frontend.yml"
pull_request:
paths:
- "frontend/**"
- ".github/workflows/frontend.yml"

jobs:
build:
Expand Down

0 comments on commit b410879

Please sign in to comment.