[code-infra] Run continuous releases during ci-check #1
Workflow file for this run
This file contains hidden or 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: CI | |
| on: | |
| push: | |
| branches: | |
| # should sync with ci-check.yml as a workaround to bypass github checks | |
| - master | |
| - next | |
| - v*.x | |
| pull_request: | |
| permissions: {} | |
| jobs: | |
| continuous-releases: | |
| name: Continuous releases | |
| uses: mui/mui-public/.github/workflows/ci-base.yml@master |