Skip to content

Commit

Permalink
chore: add workflow dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
heilhead committed Feb 13, 2023
1 parent 0009cea commit ed2ada9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- "docs/**"
- "README.md"

workflow_dispatch:

concurrency:
# Support push/pr as event types with different behaviors each:
# 1. push: queue up builds
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- "docs/**"
- "README.md"

workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed2ada9

Please sign in to comment.