Don't run workflow when changing documentation and markdown files
This commit is contained in:
parent
396f72e6ec
commit
f032633441
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -1,6 +1,14 @@
|
||||
name: OpenDTU Build
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
get_default_envs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user