Merge pull request #1158 from meshtastic/thebentern-patch-2

Ignore markdown and yml for continuous integration
This commit is contained in:
Jm Casler 2022-01-27 10:37:09 -08:00 committed by GitHub
commit dafc1092aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,14 @@ on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
paths-ignore:
- '**.md'
- '**.yml'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- '**.yml'
jobs:
ci-check: