diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-31 11:06:05 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-31 11:06:05 -0400 |
commit | 2edd452bdaa1cc2d4a7f8821e6096c17954f4727 (patch) | |
tree | 6a9e998dba44b7176e040fe41f0559add8c5cb17 /.github/workflows | |
parent | ed2dbb27d472aa982b0babdb9231d9938935ea6d (diff) | |
download | NotEnoughUpdates-REPO-2edd452bdaa1cc2d4a7f8821e6096c17954f4727.tar.gz NotEnoughUpdates-REPO-2edd452bdaa1cc2d4a7f8821e6096c17954f4727.tar.bz2 NotEnoughUpdates-REPO-2edd452bdaa1cc2d4a7f8821e6096c17954f4727.zip |
formatting
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |