diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-08-25 00:03:15 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-25 00:03:15 +1000 |
commit | 3a561b5cf605e03a2a4222edbc3e1dbc496da60e (patch) | |
tree | 96a0ffb48828d2a71f5f8360f1bd8cdd28503f63 | |
parent | Update build.yml (diff) | |
download | server-3a561b5cf605e03a2a4222edbc3e1dbc496da60e.tar.xz |
Update style.yml
-rw-r--r-- | .github/workflows/style.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 4fd62bae..8b18f6e6 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -2,9 +2,9 @@ name: Style on: push: - branches: [ "**" ] + branches: [ "master" ] pull_request: - branches: [ "**" ] + branches: [ "master" ] jobs: build: @@ -25,4 +25,4 @@ jobs: cache: 'npm' - run: npm i --only=dev - run: npx eslint . - - run: npx prettier --check . \ No newline at end of file + - run: npx prettier --check . |