Skip to content

Commit

Permalink
chore: change ci.yml to tests.yml
Browse files Browse the repository at this point in the history
fixup publishing
  • Loading branch information
nh13 committed Jan 16, 2025
1 parent f38d04b commit cf6bf2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pybwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: tests
needs: on-main-branch-check
if: ${{ needs.on-main-branch-check.outputs.on_main == 'true' }}
uses: "./.github/workflows/ci.yml"
uses: "./.github/workflows/tests.yml"

build-wheels:
name: build wheels
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI
name: tests

on:
push:
branches:
- "**"
tags:
- "!**"
workflow_call:

on: push
env:
POETRY_VERSION: 1.8

Expand Down

0 comments on commit cf6bf2f

Please sign in to comment.