Skip to content

Commit

Permalink
ci: add manual trigger to build matrix (#4976)
Browse files Browse the repository at this point in the history
ci: allow manually running workflow
  • Loading branch information
scarf005 committed Jul 11, 2024
1 parent 3d41392 commit 8efdb42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [main]
paths-ignore: [doc/**, scripts/**]
types: [opened, reopened, synchronize, ready_for_review]
workflow_dispatch:

# Cancel all previous instances in favor of latest revision of a PR.
# Allow running main builds to complete to help with ccache refreshes.
Expand Down

0 comments on commit 8efdb42

Please sign in to comment.