From 2edd452bdaa1cc2d4a7f8821e6096c17954f4727 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 31 Aug 2021 11:06:05 -0400 Subject: formatting --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/main.yml') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 916448e7..4abf1753 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,13 +2,13 @@ name: JSON -# Controls when the action will run. +# Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master, alpha ] + branches: [master, alpha] pull_request: - branches: [ master, alpha ] + branches: [master, alpha] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -- cgit