Don't run actions when markdown files are changed

This commit is contained in:
2020-12-28 14:50:39 -06:00
parent bc36f24551
commit f0696b3f60

View File

@@ -1,5 +1,11 @@
name: Build & Test
on: [push, pull_request]
on:
pull_request:
paths-ignore:
- '**.md'
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest