Ignore workflow files

This commit is contained in:
Aaron Heise 2023-02-11 23:23:21 -06:00 committed by GitHub
parent 5292402236
commit ee084eddf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,11 @@ name: CI
on:
push:
branches:
- 'main'
branches:
- 'main'
paths-ignore:
- 'README.md'
- '.github/**'
jobs: