NXT 6918: Investigate bun bundler - TKN S8 #57
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: | |
| - develop | |
| - master | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| workflow_dispatch: | |
| concurrency: | |
| group: ci-branch-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| branch: | |
| uses: ./.github/workflows/ci-reusable.yml | |
| with: | |
| checkout-ref: ${{ github.event.pull_request.head.sha || github.sha }} | |
| secrets: inherit |