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

Commit

Permalink
only run the config checker when config.json is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Aug 16, 2021
1 parent 0fae800 commit a347663
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 a347663

Please sign in to comment.