Skip to content

Commit

Permalink
ci: add manual workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Jan 6, 2025
1 parent 0c5c308 commit b427850
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-extension-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Extension Compatibility
on:
push:
pull_request:
workflow_dispatch:

jobs:
test-extension-compatibility:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build macOS
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests-macos:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Windows
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests-windows:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build
on:
push:
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit b427850

Please sign in to comment.