File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 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
63on :
74 push :
Original file line number Diff line number Diff line change 1- # This is a basic workflow to help you get started with Actions
2-
31name : Git Release
42
53on :
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
Original file line number Diff line number Diff line change 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-
41name : Java CI with Gradle
52
63on :
You can’t perform that action at this time.
0 commit comments