Skip to content

Commit eb3ab41

Browse files
committed
WIP
1 parent fcae00d commit eb3ab41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
push:
1313
branches: ["**"] # Push commits to any branch
1414
tags: ["v[0-9]*"] # Publish on tags matching "v*", eg. "v1.0.0"
15+
workflow_dispatch: # Allow manual triggering of the workflow
1516

1617
# Configure the workflows here. Each environment variable name should be a
1718
# wildcard matching the
@@ -33,6 +34,10 @@ env:
3334
jobs=["test", "build", "publish-test"]
3435
python-version=["3.9", "3.13"]
3536
os=["ubuntu-latest"]
37+
on-workflow_dispatch-*: | # Manual trigger of the workflow
38+
jobs='["test", "build", "publish-test"]'
39+
python-version=["3.9", "3.13"]
40+
os=["ubuntu-latest"]
3641
3742
jobs:
3843
config: # Select the workflow config based on the event trigger.

0 commit comments

Comments
 (0)