mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
open ci (#3977)
This commit is contained in:
1
.github/workflows/Codestyle-Check.yml
vendored
1
.github/workflows/Codestyle-Check.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'feature/*'
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
||||
1
.github/workflows/approve.yml
vendored
1
.github/workflows/approve.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'feature/*'
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
1
.github/workflows/ci_xpu.yml
vendored
1
.github/workflows/ci_xpu.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- develop
|
||||
- 'release/*'
|
||||
- 'feature/*'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
2
.github/workflows/pr_build_and_test.yml
vendored
2
.github/workflows/pr_build_and_test.yml
vendored
@@ -2,7 +2,7 @@ name: PR Build and Test
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
branches: [develop, release/**]
|
||||
branches: [develop, release/**, feature/**]
|
||||
permissions: read-all
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user