diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8cff2e91..916448e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,9 @@ name: JSON on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ master, alpha ] pull_request: - branches: [ master ] + branches: [ master, alpha ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: |