Skip to content

Commit

Permalink
Merge pull request #80 from evannetwork/feature/add-manual-triggers-f…
Browse files Browse the repository at this point in the history
…or-actions

Add manual triggers for actions
  • Loading branch information
wulfraem authored Jul 19, 2023
2 parents 033c050 + 1b92c8b commit 53b8bbe
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 53b8bbe

Please sign in to comment.