Skip to content

Commit 095bee0

Browse files
authored
Switch master -> main (#42)
* Switch master -> main * CODEOWNERS added
1 parent 9e3cb81 commit 095bee0

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
end_of_line = lf
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.java]
13+
indent_style = space
14+
tab_width = 4
15+
max_line_length = 120
16+
17+
[CODEOWNERS]
18+
indent_style = tab

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches: [ master, main ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ main ]
19+
branches: [ master, main ]
2020
schedule:
2121
- cron: '22 15 * * 0'
2222

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ master, main ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ master, main ]
1111

1212
jobs:
1313
test:

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* denis.averin@aspose.com

0 commit comments

Comments
 (0)