Skip to content

Commit

Permalink
ci: 更正触发目录
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed May 21, 2024
1 parent e36c65d commit 07ae21a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
branches: [ "master" ]
paths:
- ".github/actions/setup-python/**"
- ".github/workflows/python-package.yml"
- ".github/workflows/plugin-test.yml"
- "nonebot_plugin_dg_lab_play/**"
- "pyproject.toml"
- "poetry.lock"
pull_request:
branches: [ "master" ]
paths:
- ".github/actions/setup-python/**"
- ".github/workflows/python-package.yml"
- ".github/workflows/plugin-test.yml"
- "nonebot_plugin_dg_lab_play/**"
- "pyproject.toml"
- "poetry.lock"
Expand All @@ -30,10 +30,6 @@ jobs:
output: ${{ steps.plugin-test.outputs.OUTPUT }}
metadata: ${{ steps.plugin-test.outputs.METADATA }}
steps:
- name: Install Poetry
if: ${{ !startsWith(github.event_name, 'pull_request') }}
run: pipx install poetry

- name: Setup Python environment
uses: ./.github/actions/setup-python
with:
Expand Down

0 comments on commit 07ae21a

Please sign in to comment.