Skip to content

Commit a30a9ee

Browse files
committed
Publish snapshot action
1 parent 898f8dc commit a30a9ee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "Pull request"
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches-ignore:
5+
- master
6+
pull-request:
37

48
jobs:
59
validation:

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Snapshot
1+
name: "Publish snapshot"
22
on:
33
push:
44
branches:
@@ -34,7 +34,7 @@ jobs:
3434
${{ runner.os }}-${{ env.java-version }}-gradle-
3535
- name: Make gradlew executable
3636
run: chmod +x ./gradlew
37-
- name: Gradle Check
37+
- name: Gradle Publish Snapshot
3838
env:
3939
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
4040
BINTRAY_PASS: ${{ secrets.BINTRAY_PASSWORD }}

0 commit comments

Comments
 (0)