Skip to content

Commit a158076

Browse files
committed
Build for master and main, to simplify migration
1 parent 7f69dec commit a158076

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codespell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Codespell
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [master, main]
77
pull_request:
8-
branches: [master]
8+
branches: [master, main]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
@@ -21,4 +21,4 @@ jobs:
2121
- uses: codespell-project/actions-codespell@master
2222
with:
2323
ignore_words_list: ro,anser,te,tage,afterall,nwe,nin,nd,falsy
24-
skip: package-lock.json, deps*, deno.lock
24+
skip: deno.lock

.github/workflows/deno_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deno build
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [master, main]
77
tags: ['*']
88
pull_request:
9-
branches: [master]
9+
branches: [master, main]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/schema_web_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Schema validator web build
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [master, main]
77
tags: ['*']
88
pull_request:
9-
branches: [master]
9+
branches: [master, main]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)