Skip to content

Commit 9394169

Browse files
authored
Merge pull request #5 from eksrvb/bugfix/workflow-rename-master-to-main
rename master to main
2 parents 5371b78 + d1012de commit 9394169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Release
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
paths-ignore:
88
- 'README.md'
99

.github/workflows/branchPR.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build PR
33
on:
44
push:
55
branches-ignore:
6-
- "master"
6+
- "main"
77
paths-ignore:
88
- "README.md"
99

0 commit comments

Comments
 (0)