Skip to content

Commit 4be9211

Browse files
committed
Reflect the move from master to main
1 parent 6b0e370 commit 4be9211

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Build
22
on:
33
pull_request:
4-
branches:
5-
- master
4+
branches: [main]
65
push:
7-
branches:
8-
- master
6+
branches: [main]
97
jobs:
108
build:
119
name: Lint and tests

0 commit comments

Comments
 (0)