File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- ' *'
7
- - ' !master '
7
+ - ' !main '
8
8
pull_request :
9
9
branches :
10
- - ' master '
10
+ - ' main '
11
11
12
12
env :
13
13
BUILDER_VERSION : v0.8.18
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ reported the issue. Please try to include as much information as you can. Detail
23
23
## Contributing via Pull Requests
24
24
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
25
25
26
- 1 . You are working against the latest source on the * master * branch.
26
+ 1 . You are working against the latest source on the * main * branch.
27
27
2 . You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
28
28
3 . You open an issue to discuss any significant work - we would hate for your time to be wasted.
29
29
You can’t perform that action at this time.
0 commit comments