From 80718bc624a1a297767f82f16befedee7d50028f Mon Sep 17 00:00:00 2001 From: Lucas Petrino Date: Sat, 28 Dec 2024 12:24:52 +1300 Subject: [PATCH] ci: fix branch --- .github/workflows/check-dist.yml | 4 ++-- .github/workflows/ci.yml | 6 ++---- .github/workflows/linter.yml | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 56663a8..7f19ea7 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -12,10 +12,10 @@ name: Check Transpiled JavaScript on: pull_request: branches: - - main + - master push: branches: - - main + - master permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 392791f..0a41c72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: Continuous Integration on: pull_request: branches: - - main + - master push: branches: - - main + - master permissions: contents: read @@ -56,8 +56,6 @@ jobs: - name: Test Local Action id: test-action uses: ./ - with: - milliseconds: 2000 - name: Print Output id: output diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8133ae7..4f17b3f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -3,10 +3,10 @@ name: Lint Codebase on: pull_request: branches: - - main + - master push: branches: - - main + - master permissions: contents: read