Skip to content

Commit 2b520be

Browse files
:|
1 parent 6612df4 commit 2b520be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prereleasenuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# branches to consider in the event; optional, defaults to all
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
build:

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Test Pull Requests
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)