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 }}