Skip to content

Commit

Permalink
Allow manual publish workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed May 17, 2024
1 parent 9a052d8 commit 53fd09d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Build and Publish
on:
push:
branches: [ master ]
workflow_dispatch:


jobs:
build:
Expand Down

0 comments on commit 53fd09d

Please sign in to comment.