ci: Don't run tests for workflow changes

This commit is contained in:
TwiN 2022-12-10 16:24:01 -05:00
parent b0bec5ff94
commit 5ce890bbff

View File

@ -8,6 +8,7 @@ on:
- master
paths-ignore:
- '*.md'
- '.github/*'
jobs:
test:
runs-on: ubuntu-latest