[CI] enable CI on all branch (#124)
Enable CI on all branch. Installing with the torch-npu-2.5.1.dev20250218 so that we could enable CI on all branch and prepare for merging 0.7.1-dev to main --------- Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
6
.github/workflows/ruff.yml
vendored
6
.github/workflows/ruff.yml
vendored
@@ -22,7 +22,8 @@ on:
|
||||
# but only for the main branch
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- 'main'
|
||||
- '*-dev'
|
||||
paths:
|
||||
- "**/*.py"
|
||||
- requirements-lint.txt
|
||||
@@ -30,7 +31,8 @@ on:
|
||||
- .github/workflows/ruff.yml
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
- 'main'
|
||||
- '*-dev'
|
||||
|
||||
jobs:
|
||||
ruff:
|
||||
|
||||
Reference in New Issue
Block a user