diff options
Diffstat (limited to '.github/workflows/go.yaml')
-rw-r--r-- | .github/workflows/go.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index c4e2b77..984b630 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -3,8 +3,10 @@ name: Go on: push: branches: [ "main" ] + paths: [ backend/**/* ] pull_request: branches: [ "main" ] + paths: [ backend/**/* ] permissions: contents: read |