Skip to content

Commit d8614b2

Browse files
add github actions
1 parent 4550b47 commit d8614b2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build & Create GitHub Release
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
8+
9+
jobs:
10+
call-rocket-plugin-release:
11+
uses: RestoreMonarchyPlugins/github-actions/.github/workflows/rocket-plugin-release.yml@master

0 commit comments

Comments
 (0)