Skip to content

Commit

Permalink
fix(build action): allow manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
abirembaut authored Aug 2, 2024
1 parent 6236f62 commit b26a697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch:
push:
branches:
- "[0-9]+.[0-9]+.x"
Expand All @@ -18,4 +19,4 @@ jobs:
uses: ./.github/workflows/_reusable_build.yml
with:
publish: true
secrets: inherit
secrets: inherit

0 comments on commit b26a697

Please sign in to comment.