Skip to content

Commit 976f0d8

Browse files
committed
Swap main for master branch in linting and testing CI
1 parent 0be3d94 commit 976f0d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: "CI: Linting"
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- master
77
push:
88
branches:
9-
- main
9+
- master
1010

1111
env:
1212
GO_VERSION: stable

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: "CI: Testing"
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- master
77
push:
88
branches:
9-
- main
9+
- master
1010

1111
env:
1212
GO_VERSION: stable

0 commit comments

Comments
 (0)