From d158b11421c43303040b4022bda46a4185cd83c5 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:03:03 +1000 Subject: Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3bcc81f..d5ce87e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [ "**" ] + branches: [ "master" ] pull_request: - branches: [ "**" ] + branches: [ "master" ] jobs: build: @@ -25,4 +25,4 @@ jobs: cache: 'npm' - run: npm ci - run: npm run build --if-present - - run: npm run test --if-present \ No newline at end of file + - run: npm run test --if-present -- cgit 1.4.1 From 3a561b5cf605e03a2a4222edbc3e1dbc496da60e Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Fri, 25 Aug 2023 00:03:15 +1000 Subject: Update style.yml --- .github/workflows/style.yml | 6 +++--- 1 file 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 . -- cgit 1.4.1