ci(makefile): use `push: paths:` to limit job runs

This commit is contained in:
ThinkChaos 2024-04-02 12:24:45 -04:00
parent 1a035c3559
commit 75c2a6f9f6
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@ name: Makefile
on:
push:
paths:
- .github/workflows/**
- Dockerfile
- Makefile
- '**.go'
- 'go.*'
- 'helpertest/data/**'
pull_request:
permissions: