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.
1 parent 5b1ab08 commit aecb03aCopy full SHA for aecb03a
.github/workflows/ci-pr.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches:
6
- 'main'
7
+ - '0.x'
8
paths-ignore:
9
- '.github/**'
10
.github/workflows/codeql.yml
@@ -13,9 +13,9 @@ name: "CodeQL Advanced"
13
14
on:
15
push:
16
- branches: [ "main" ]
+ branches: [ "main", "0.x" ]
17
18
19
schedule:
20
- cron: '22 20 * * 2'
21
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@
3
name: Deploy Jars
- branches: [ main ]
+ branches: [ main, 0.x ]
jobs:
build:
@@ -34,4 +34,3 @@ jobs:
34
echo "${signing_key}" > private.asc
35
gpg --import --batch --no-tty private.asc
36
./mvnw -B deploy -s .mvn/settings.xml
37
-
0 commit comments