Skip to content

Commit

Permalink
github on release
Browse files Browse the repository at this point in the history
Signed-off-by: David Looi <[email protected]>
  • Loading branch information
davelooi committed Nov 20, 2024
0 parents commit 4200bb3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: On Release

on:
workflow_dispatch:
release:
types: [released]

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Test
uses: skx/github-action-tester@master

0 comments on commit 4200bb3

Please sign in to comment.