chore(deps): update w9jds/firebase-action action to v15.4.0 #5204
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 Pipeline | |
| permissions: | |
| contents: read | |
| on: | |
| push: | |
| branches: [main] | |
| tags-ignore: | |
| - '**' | |
| pull_request: | |
| branches: [main] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| ci: | |
| name: CI | |
| # Skip if triggered by a release commit (only on push, not PR) | |
| if: ${{ github.event_name == 'pull_request' || !startsWith(github.event.head_commit.message, 'chore(release)') }} | |
| uses: ./.github/workflows/ci.yml | |
| secrets: | |
| NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} |