Updated github actions to disable builds on doc files
This commit is contained in:
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
@@ -1,6 +1,24 @@
|
|||||||
name: build
|
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:
|
jobs:
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
|
|||||||
Reference in New Issue
Block a user