Skip to content

Commit

Permalink
allow manual build action dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelFB authored Feb 5, 2024
1 parent a31972a commit 34e4ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build and build
on:
push:
tags:
- '**'
- '**'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 34e4ab7

Please sign in to comment.