Skip to content

Commit

Permalink
Update CI rule
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 24, 2023
1 parent 84ed279 commit abf9b03
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/gen_whl_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Push label_convert to pypi

on:
push:
branches: [ main ]
paths:
- 'label_convert/**'
# branches: [ main ]
# paths:
# - 'label_convert/**'
# - 'docs/doc_whl.md'
- 'setup.py'
# - 'setup.py'
# - '.github/workflows/gen_whl_to_pypi.yml'
tags:
- v*

jobs:
UnitTesting:
Expand Down

0 comments on commit abf9b03

Please sign in to comment.