chore(synapse): merge upstream i18n changes, update s9pk.mk to hello-… #115
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 Service | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| paths-ignore: ['*.md'] | |
| branches: ['main', 'master', 'update/040'] | |
| push: | |
| paths-ignore: ['*.md'] | |
| branches: ['main', 'master', 'update/040'] | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| build: | |
| if: github.event.pull_request.draft == false | |
| uses: start9labs/shared-workflows/.github/workflows/buildService.yml@master | |
| # with: | |
| # FREE_DISK_SPACE: true | |
| secrets: | |
| DEV_KEY: ${{ secrets.DEV_KEY }} |