Skip to content

Commit

Permalink
add github workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy committed Jul 14, 2024
1 parent 0b90007 commit e8aecd4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/rocket-plugin-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Build & Create GitHub Release

on:
workflow_dispatch:
push:
branches:
- master

jobs:
call-rocket-plugin-release:
uses: RestoreMonarchyPlugins/github-actions/.github/workflows/rocket-plugin-release.yml@master

0 comments on commit e8aecd4

Please sign in to comment.