Skip to content

Commit

Permalink
ci: add manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 7, 2024
1 parent 298e534 commit f8ccb25
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-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI (PR)

# Definition when the workflow should run
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: CI
# Definition when the workflow should run
on:
push:
workflow_dispatch:
branches:
- master
paths-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Packaging

# Definition when the workflow should run
on:
workflow_dispatch:
release:
types: [released]

Expand Down

0 comments on commit f8ccb25

Please sign in to comment.