diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-09 11:46:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-09 11:46:24 -0400 |
commit | 36383e438631e3b87587d1f0097bca3ec9253f63 (patch) | |
tree | 6c368343dfabb1b402f9b77cf759403c2f467b58 /.github/workflows | |
parent | 7245632a72b5899318f9d4b17e29c5f58f0ead61 (diff) | |
download | NotEnoughUpdates-REPO-36383e438631e3b87587d1f0097bca3ec9253f63.tar.gz NotEnoughUpdates-REPO-36383e438631e3b87587d1f0097bca3ec9253f63.tar.bz2 NotEnoughUpdates-REPO-36383e438631e3b87587d1f0097bca3ec9253f63.zip |
Allow linting on alpha
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: |