From 36383e438631e3b87587d1f0097bca3ec9253f63 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 9 Jul 2021 11:46:24 -0400 Subject: Allow linting on alpha --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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: -- cgit