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 898f8dc commit a30a9eeCopy full SHA for a30a9ee
.github/workflows/pull-request.yml
@@ -1,5 +1,9 @@
1
name: "Pull request"
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches-ignore:
5
+ - master
6
+ pull-request:
7
8
jobs:
9
validation:
.github/workflows/snapshot.yml
@@ -1,4 +1,4 @@
-name: Snapshot
+name: "Publish snapshot"
on:
push:
branches:
@@ -34,7 +34,7 @@ jobs:
34
${{ runner.os }}-${{ env.java-version }}-gradle-
35
- name: Make gradlew executable
36
run: chmod +x ./gradlew
37
- - name: Gradle Check
+ - name: Gradle Publish Snapshot
38
env:
39
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
40
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}
0 commit comments