Skip to content

Commit

Permalink
Allow for manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gehrke committed Nov 21, 2023
1 parent 301d3e6 commit ce5db8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -20,7 +21,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.7"]
python-version: ["3.8"]
steps:
- run: echo "$BRANCH"
env:
Expand Down

0 comments on commit ce5db8a

Please sign in to comment.