mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-02 11:47:36 +08:00
merge workflow
This commit is contained in:
commit
4f0afb2f7a
2
.github/workflows/commit-ci-build.yml
vendored
2
.github/workflows/commit-ci-build.yml
vendored
@ -2,7 +2,7 @@ name: commit-ci-build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, V5.3]
|
||||
branches: [master, V5.3, V5.4]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/pr-ci-build.yml
vendored
2
.github/workflows/pr-ci-build.yml
vendored
@ -2,7 +2,7 @@ name: pr-ci-build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master, V5.3]
|
||||
branches: [master, V5.3, V5.4]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
4
.github/workflows/release-ci-build.yml
vendored
4
.github/workflows/release-ci-build.yml
vendored
@ -1,8 +1,8 @@
|
||||
name: release-ci-build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, V5.4]
|
||||
release:
|
||||
branches: [master, V5.3, V5.4]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user