Updated github actions to disable builds on doc files

This commit is contained in:
Bartek Kryza
2023-01-28 12:58:29 +01:00
parent e6ca06bbb2
commit 37767d7957

View File

@@ -1,6 +1,24 @@
name: build
on: [push, pull_request]
on:
push:
paths-ignore:
- 'docs/**'
- 'packaging/**'
- 'util/**'
- 'uml/**'
- '**.md'
branches-ignore:
- 'noactions/*'
pull_request:
paths-ignore:
- 'docs/**'
- 'packaging/**'
- 'util/**'
- 'uml/**'
- '**.md'
branches-ignore:
- 'noactions/*'
jobs:
build-ubuntu: