Skip to content

Commit de77adb

Browse files
authored
Add workflow_dispatch to CI.yml (#217)
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
1 parent 9585b97 commit de77adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
tags: '*'
8+
workflow_dispatch:
89
jobs:
910
test:
1011
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}

0 commit comments

Comments
 (0)