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 a2a4e97 commit 886cd88Copy full SHA for 886cd88
.github/workflows/ci-test.yml
@@ -1,5 +1,5 @@
1
name: Java CI with Gradle
2
-on: [push pull_request]
+on: [push, pull_request]
3
jobs:
4
build:
5
runs-on: ubuntu-latest
.github/workflows/generate-docs.yml
@@ -2,8 +2,10 @@ name: Deploy static content to Pages
on:
push:
- # tags:
6
- # - 'v*'
+ tags:
+ - 'v*'
7
+ branches:
8
+ - master
9
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
@@ -35,7 +37,7 @@ jobs:
35
37
uses: actions/setup-java@v2
36
38
with:
39
distribution: 'zulu'
- java-version: '17'
40
+ java-version: '11'
41
- name: Grant execute permission for gradlew
42
run: chmod +x gradlew
43
- name: Unit Test
0 commit comments