set third_party_typescript and third_party_noto-cjk remote to gitee #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger build targets | |
on: | |
push: | |
branches: | |
- 'OpenHarmony-5.0.0-Release' | |
pull_request: | |
branches: | |
- 'OpenHarmony-5.0.0-Release' | |
jobs: | |
# build-rk3568: | |
# uses: ./.github/workflows/build.yml | |
# with: | |
# build-target: rk3568 | |
build-rpi4: | |
uses: ./.github/workflows/build.yml | |
with: | |
build-target: rpi4 |