From a1580762260c3bfd9ea28cc9a7bf855d82943f30 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 25 Oct 2024 11:55:40 -0400 Subject: [PATCH] Build for master and main, to simplify migration --- .github/workflows/codespell.yml | 6 +++--- .github/workflows/deno_tests.yml | 4 ++-- .github/workflows/schema_web_build.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5a5d565e..3c554337 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -3,9 +3,9 @@ name: Codespell on: push: - branches: [master] + branches: [master, main] pull_request: - branches: [master] + branches: [master, main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -21,4 +21,4 @@ jobs: - uses: codespell-project/actions-codespell@master with: ignore_words_list: ro,anser,te,tage,afterall,nwe,nin,nd,falsy - skip: package-lock.json, deps*, deno.lock + skip: deno.lock diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index f84b3aa7..1de5fe6f 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -3,10 +3,10 @@ name: Deno build on: push: - branches: [master] + branches: [master, main] tags: ['*'] pull_request: - branches: [master] + branches: [master, main] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/schema_web_build.yml b/.github/workflows/schema_web_build.yml index 07cd8927..cc847151 100644 --- a/.github/workflows/schema_web_build.yml +++ b/.github/workflows/schema_web_build.yml @@ -3,10 +3,10 @@ name: Schema validator web build on: push: - branches: [master] + branches: [master, main] tags: ['*'] pull_request: - branches: [master] + branches: [master, main] concurrency: group: ${{ github.workflow }}-${{ github.ref }}