Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Only run ci in changing specific path (#1471)
Browse files Browse the repository at this point in the history
* Only run ci in changing specific path

* include PR
  • Loading branch information
CoolPlayLin authored Aug 2, 2023
1 parent 2c8d3b7 commit 9167b32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ on:
types: [published]
push:
branches: [main]
paths:
- 'src/**'
- '*.py'
- 'test/**'
- '.github/workflows/**'
pull_request:
types: [opened, reopened, synchronize]
paths:
- 'src/**'
- '*.py'
- 'test/**'
- '.github/workflows/**'

permissions:
contents: read
Expand Down

0 comments on commit 9167b32

Please sign in to comment.