Update main.yml
This commit is contained in:
parent
51bbbbe064
commit
7fcaa86d77
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -4,6 +4,9 @@ name: CI
|
|||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'story/database.json'
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
Loading…
Reference in a new issue