Skip to content

Commit

Permalink
ci: enable the manual trigger of workflow (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
danglotb authored Dec 9, 2024
1 parent 323c709 commit 0ff1c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish latest build

on:
workflow_dispatch:
push:
branches: [master]
branches: [master]

jobs:
deploy:
Expand Down

0 comments on commit 0ff1c92

Please sign in to comment.