Skip to content

Commit

Permalink
Add workflow_dispatch to CI.yml (#217)
Browse files Browse the repository at this point in the history
So I can just trigger CI manually rather than needing a PR like this to test https://github.com/JuliaBinaryWrappers/GEOS_jll.jl/releases/tag/GEOS-v3.13.1%2B0
  • Loading branch information
visr authored Feb 3, 2025
1 parent 9585b97 commit de77adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
tags: '*'
workflow_dispatch:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit de77adb

Please sign in to comment.