Skip to content

Commit

Permalink
Add manual trigger to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rushby committed Oct 29, 2024
1 parent 110d4f7 commit 78580a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build-and-test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- 'v*'
workflow_dispatch:

jobs:
build-package:
Expand Down

0 comments on commit 78580a6

Please sign in to comment.