Skip to content

Commit e55e464

Browse files
dyladanFlarna
andauthored
chore: prepare for branch rename (#1832)
Co-authored-by: Gerhard Stöbich <[email protected]>
1 parent 2fcb76d commit e55e464

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/canary.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: Deploy Canary Release
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: [master, main]
76

87
jobs:
98
build-and-test:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, main]
66
pull_request:
77

88
jobs:

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Unit Tests
22
on:
33
push:
4-
branches: [master]
4+
branches: [master, main]
55
pull_request:
66

77
jobs:

.github/workflows/w3c-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run w3c tests on push
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, main]
66
pull_request:
77

88
jobs:

0 commit comments

Comments
 (0)