Skip to content

Commit

Permalink
Fix CI condition to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Sep 17, 2024
1 parent 7a59e38 commit 37437b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
pull_request:
workflow_call:

jobs:
# Run our test suite on various combinations of OS & Python versions
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Publish to PyPI
on:
push:
tags:
- '*'


permissions:
Expand All @@ -13,7 +14,8 @@ permissions:
jobs:
# calls our general CI workflow (tests, build docs, etc.)
tests:
uses: ./.github/workflows/CI.yaml
uses: .github/workflows/CI.yaml
secrets: inherit

build-package:
name: "Build & verify 🐻 Lours package"
Expand Down

0 comments on commit 37437b1

Please sign in to comment.