Skip to content

Commit

Permalink
release action to trigger on GH release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanm3341 committed Nov 23, 2023
1 parent d93db33 commit 29cb4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release

on:
push:
branches: [ main ]
release:
types: [ published ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 29cb4f4

Please sign in to comment.