Skip to content

Commit

Permalink
chore(CI): update
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Mar 8, 2024
1 parent 027b47f commit 28f01a1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu-latest-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ run-name: CyberRT v9.0.0 build runner on ubuntu latest x86-64🚀

on:
push:
paths:
- '.github/workflows/ubuntu-latest-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ubuntu18-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
- 'scripts/**'
- '.github/workflows/ubuntu18-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0


jobs:
build-amd-ubuntu18:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu20-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ run-name: CyberRT v9.0.0 build runner on ubuntu20 x86-64🚀

on:
push:
paths:
- '.github/workflows/ubuntu20-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ubuntu22-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ run-name: CyberRT v9.0.0 build runner on ubuntu22 x86-64🚀

on:
push:
paths:
- '.github/workflows/ubuntu22-v9.0.0-build.yaml'

pull_request:
branches:
- v9.0.0

Expand Down

0 comments on commit 28f01a1

Please sign in to comment.