Skip to content

Commit

Permalink
add manual triggers for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfraem committed Jul 14, 2023
1 parent 033c050 commit 1b92c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- opened
- reopened
- ready_for_review
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build & Test - MacOS & Linux

on:
push:
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 1b92c8b

Please sign in to comment.