Skip to content

Commit

Permalink
github CI: allow manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyYakeley committed Feb 28, 2024
1 parent a01a47f commit e0eb318
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.wasm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ci-wasm32
on:
push: {}
pull_request: {}
workflow_dispatch: {}

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: ci
on:
push: {}
pull_request: {}
workflow_dispatch: {}

jobs:
build:
Expand Down

0 comments on commit e0eb318

Please sign in to comment.