Skip to content

Commit

Permalink
fix: pr不打包(无tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobr committed Sep 29, 2024
1 parent 3943f61 commit e08ac47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
tags:
- "v*.*.*"
pull_request:

permissions:
contents: write
Expand All @@ -22,7 +21,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install Poetry
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit e08ac47

Please sign in to comment.