We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e65d952 + e2409b5 commit b1796c1Copy full SHA for b1796c1
.github/workflows/CI.yml
@@ -7,9 +7,9 @@ name: Java CI
7
8
on:
9
push:
10
- branches: [main, dev]
+ branches: [main, development]
11
pull_request:
12
13
14
jobs:
15
build:
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ name: "CodeQL"
16
- branches: [ main, dev ]
+ branches: [ main, development ]
17
18
# The branches below must be a subset of the branches above
19
branches: "*"
0 commit comments