File tree Expand file tree Collapse file tree 5 files changed +21
-0
lines changed
Expand file tree Collapse file tree 5 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 11name : Dependency Submission
22
3+ concurrency :
4+ group : dependency-submission-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches : [ 'main' ]
Original file line number Diff line number Diff line change 11name : Publish to Maven Central
22
3+ concurrency :
4+ group : maven-publish-${{ github.ref }}
5+ cancel-in-progress : false
6+
37on :
48 push :
59 branches : [main]
Original file line number Diff line number Diff line change 11name : Detekt Checks
22
3+ concurrency :
4+ group : detekt-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches : [main]
Original file line number Diff line number Diff line change 11name : Tests
22
3+ concurrency :
4+ group : testing-${{ github.ref }}
5+ cancel-in-progress : true
6+
37on :
48 push :
59 branches : [main]
Original file line number Diff line number Diff line change 11name : Publish the website
2+
3+ concurrency :
4+ group : dokka-deploy-${{ github.ref }}
5+ cancel-in-progress : false
6+
27on :
38 push :
49 branches : [ main ]
You can’t perform that action at this time.
0 commit comments