don't run on all workflow changes

This commit is contained in:
Kwitsch 2024-04-12 13:32:51 +00:00
parent e3fa7f22e5
commit bdf5455ef9
1 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@ name: Makefile
on:
push:
paths:
- .github/workflows/**
- .github/workflows/makefile.yml
- Dockerfile
- Makefile
- '**.go'
- 'go.*'
- 'helpertest/data/**'
- "**.go"
- "go.*"
- "helpertest/data/**"
pull_request:
permissions: