Skip to content

Commit 1da53ae

Browse files
authored
fix: broken references to main branch (#1085)
1 parent ab4cb2b commit 1da53ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bugs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Please use this template while reporting a bug and provide as much information as possible. If the matter is security related, please disclose it privately, see the project [security policy](https://github.com/kubernetes-monitoring/kubernetes-mixin/blob/main/SECURITY.md).
9+
Please use this template while reporting a bug and provide as much information as possible. If the matter is security related, please disclose it privately, see the project [security policy](https://github.com/kubernetes-monitoring/kubernetes-mixin/blob/master/SECURITY.md).
1010
- type: textarea
1111
id: cause
1212
attributes:

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ permissions: {}
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
jobs:
99
matrix:

0 commit comments

Comments
 (0)