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 cf0c396 commit 53594a7Copy full SHA for 53594a7
2 files changed
.github/workflows/build-pr.yml
.github/workflows/build-main.yml .github/workflows/build.yml.github/workflows/build-main.yml renamed to .github/workflows/build.yml
@@ -4,12 +4,17 @@ on:
4
push:
5
branches:
6
- master
7
+ - development
8
tags:
9
- "*-[0-9]+.*"
10
+ pull_request:
11
+ branches:
12
+ - master
13
14
15
jobs:
16
build:
- runs-on: ubuntu-latest
17
+ runs-on: ubuntu-latest
18
19
steps:
20
- uses: actions/checkout@v2
@@ -25,8 +30,10 @@ jobs:
25
30
cache: 'maven'
26
31
- name: Set up CI environment
27
32
run: .github/setup.sh
33
+ shell: bash
28
34
- name: Execute the build
29
35
run: .github/build.sh
36
37
env:
38
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
39
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments