Only run CI when necessary

CI will be triggered when web/atlas.json is edited
Name change also because clarity and why not eh
This commit is contained in:
Hans5958 2022-04-05 22:51:40 +07:00
parent a0f937d32a
commit e0ed34cdda

View file

@ -1,5 +1,11 @@
name: Validate JSON
on: [push, pull_request]
on:
push:
paths:
- web/atlas.json
pull_request:
paths:
- web/atlas.json
jobs:
Validate-JSON:
runs-on: ubuntu-latest