diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bcd8d0..9c1b4eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: