Update build.yml

This commit is contained in:
Kroese 2023-04-03 00:36:30 +02:00 committed by GitHub
parent 87ffb989ea
commit 4c953bea39

View File

@ -3,8 +3,18 @@ name: Build
on:
push:
branches: [ master ]
paths-ignore:
- '**/test.yml'
- '**/build.yml'
- '**/README.md'
- '**/docker-compose.yml'
pull_request:
branches: [ master ]
paths-ignore:
- '**/test.yml'
- '**/build.yml'
- '**/README.md'
- '**/docker-compose.yml'
jobs:
build: