Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #176 from protocol/only-run-check-config-for-confi…
Browse files Browse the repository at this point in the history
…g-changes

only run the config checker when config.json is changed
  • Loading branch information
marten-seemann authored Aug 18, 2021
2 parents dfb28f1 + a347663 commit 36f8ca0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [ pull_request ]
on:
pull_request:
paths:
- './config.json'

name: Check Config

jobs:
Expand Down

0 comments on commit 36f8ca0

Please sign in to comment.