1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

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 - master
paths-ignore: paths-ignore:
- '*.md' - '*.md'
- '.github/*'
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest