Update caniuselite and fix broken pages dues to RKE1 removal (#5243) #108
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: Build (Branch) | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - 'release-*' | |
| - '*-dev' | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/test.yaml | |
| build-branch-and-upload: | |
| uses: ./.github/workflows/build-and-upload.yaml | |
| needs: test | |
| permissions: | |
| contents: 'read' | |
| id-token: 'write' | |
| with: | |
| CI_BRANCH: ${{github.ref_name}} |