Change to only build if there are changes to source files or the build script itself

This commit is contained in:
aristocratos 2021-10-05 20:55:15 +02:00
parent ef13446501
commit acdefb7889
1 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@ name: Continuous Build Linux
on:
push
paths:
- 'src/**'
- 'include/**'
- 'Makefile'
- '.github/workflows/continuous-build.yml'
jobs:
build: