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

Commit 36f8ca0

Browse files
Merge pull request #176 from protocol/only-run-check-config-for-config-changes
only run the config checker when config.json is changed
2 parents dfb28f1 + a347663 commit 36f8ca0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check-config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [ pull_request ]
1+
on:
2+
pull_request:
3+
paths:
4+
- './config.json'
5+
26
name: Check Config
37

48
jobs:

0 commit comments

Comments
 (0)