Skip to content

Commit

Permalink
Update build-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Feb 1, 2024
1 parent c1534bb commit e99258a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Python

on:
workflow_call:
workflow_dispatch:

jobs:
generate_schemas:
Expand All @@ -14,7 +15,7 @@ jobs:
- generate_schemas
# - test-rust-crate
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit e99258a

Please sign in to comment.