Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Thomas Stringer
6cfcdcf3e6 Add markdown files to ignored files in the CI pipeline
The CI pipeline should not be running if only markdown files are
modified, so they should be ignored.
2022-06-29 21:12:43 -04:00

View file

@ -5,9 +5,13 @@ on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
pull_request:
branches:
- main
paths-ignore:
- '**/*.md'
jobs:
ci: