Skip to content

Commit

Permalink
ci: add workflow_dispatch to build action (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
allisson authored Nov 22, 2023
1 parent 2294ab0 commit d533eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

on:
workflow_call:
workflow_dispatch:
push:
tags:
- "v*"
Expand Down

0 comments on commit d533eae

Please sign in to comment.