[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:
Mengqing Cao
2025-02-21 16:16:48 +08:00
committed by GitHub
parent fd2cc1b883
commit 36991b2052
10 changed files with 36 additions and 16 deletions

View File

@@ -19,14 +19,16 @@ name: Lint GitHub Actions workflows
on:
push:
branches:
- "main"
- 'main'
- '*-dev'
paths:
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*'
- '.github/workflows/matchers/actionlint.json'
pull_request:
branches:
- "main"
- 'main'
- '*-dev'
paths:
- '.github/workflows/*.ya?ml'
- '.github/workflows/actionlint.*'