Skip to content

Commit

Permalink
chore: Add workflow_dispatch and pr trigger to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KieraDOG committed Aug 12, 2024
1 parent 4700d86 commit 95d061a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main
- beta
pull_request:
branches:
- main
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit 95d061a

Please sign in to comment.