Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Enable manual CI trigger #98

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

# Allow manually or automated triggers
workflow_dispatch:

jobs:
build-and-test:
runs-on: macos-latest
Expand Down
Loading