Skip to content

Commit b1796c1

Browse files
committed
2 parents e65d952 + e2409b5 commit b1796c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Java CI
77

88
on:
99
push:
10-
branches: [main, dev]
10+
branches: [main, development]
1111
pull_request:
12-
branches: [main, dev]
12+
branches: [main, development]
1313

1414
jobs:
1515
build:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main, dev ]
16+
branches: [ main, development ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: "*"

0 commit comments

Comments
 (0)