Skip to content

Commit

Permalink
restrict trigger paths for go.yml ghwf
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jan 28, 2024
1 parent 7039644 commit c97dc0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- "backend/**"
- ".github/workflows/go.yml"
pull_request:
paths:
- "backend/**"
Expand Down

0 comments on commit c97dc0b

Please sign in to comment.