File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and test
2
2
on :
3
3
push :
4
- branches : [ develop, feature/github_actions ]
5
- tags :
6
- - v*
4
+ branches : [ * ]
5
+
7
6
pull_request :
8
7
branches : [ develop ]
8
+
9
9
workflow_dispatch :
10
10
11
11
repository_dispatch :
Original file line number Diff line number Diff line change 1
1
name : Release
2
+
2
3
on :
3
4
push :
4
- branches : [ main ]
5
5
tags :
6
- - v*
6
+ - " v*.*.* "
7
7
8
8
workflow_dispatch :
9
9
10
10
jobs :
11
- build :
11
+
12
+ release :
12
13
13
14
runs-on : ubuntu-latest
14
15
23
24
cache : ' maven'
24
25
25
26
- name : Build Release
26
- run : mvn package appassembler:assemble assembly:single -DskipTests
27
+ run : mvn package appassembler:assemble assembly:single -DskipTests
28
+
29
+ - name : Release
30
+ uses : softprops/action-gh-release@v1
31
+ with :
32
+ files : |
33
+ target/utPLSQL-cli.zip
27
34
28
35
slack-workflow-status :
29
36
if : always()
You can’t perform that action at this time.
0 commit comments