Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit abe4469

Browse files
author
Michael Howitz
committed
Default branch is now main.
1 parent dffa339 commit abe4469

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Lint
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
type: [ "opened", "reopened", "synchronize" ]
99

1010
env:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: tests
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88
type: [ "opened", "reopened", "synchronize" ]
99
schedule:
1010
- cron: '0 12 * * 0' # run once a week on Sunday

0 commit comments

Comments
 (0)