Skip to content

Commit

Permalink
Build for master and main, to simplify migration
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 31, 2024
1 parent 7f69dec commit a158076
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/deno_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schema_web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a158076

Please sign in to comment.