Don't run workflow when changing documentation and markdown files

This commit is contained in:
Thomas Basler 2022-09-12 19:03:53 +02:00
parent 396f72e6ec
commit f032633441

View File

@ -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: