Skip to content

Commit eac4afe

Browse files
committed
chore: release script
1 parent b4d8379 commit eac4afe

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/gradle-ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Call Gradle CI
2+
3+
on: [workflow_dispatch, push, pull_request]
4+
5+
jobs:
6+
call-workflow:
7+
uses: tomasbjerre/.github/.github/workflows/gradle-ci.yml@master
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish release on tag push
2+
3+
on:
4+
workflow_dispatch:
5+
workflow_call:
6+
push:
7+
tags:
8+
- "*"
9+
10+
jobs:
11+
call-workflow:
12+
uses: tomasbjerre/.github/.github/workflows/publish-release-on-tag-push.yaml@master

0 commit comments

Comments
 (0)