Skip to content

Commit 2e3654c

Browse files
authored
chore: rename master to main (#8)
1 parent cafee86 commit 2e3654c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Dependency License Scanning
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
defaults:
99
run:

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release-please
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
release-please:
88
runs-on: ubuntu-latest

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on:
33
# Ensure GitHub actions are not run twice for same commits
44
push:
5-
branches: [master]
5+
branches: [main]
66
tags: ['*']
77
pull_request:
88
types: [opened, synchronize, reopened]

0 commit comments

Comments
 (0)