Skip to content

Commit a334047

Browse files
committed
remove unecessary lines
1 parent b9af89c commit a334047

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3-
4-
name: Build and Publish
1+
name: Build and Publish
52

63
on:
74
push:

.github/workflows/git-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Git Release
42

53
on:
@@ -18,7 +16,7 @@ jobs:
1816
with:
1917
workflow: build-and-publish.yml
2018
workflow_conclusion: success
21-
branch: dev
19+
branch: master
2220
event: push
2321
name: drop
2422
- name: Github Release

.github/workflows/gradle-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
3-
41
name: Java CI with Gradle
52

63
on:

0 commit comments

Comments
 (0)