black screen and running issue on Windows | shared_preferences conflict between portable and exe on Windows | AppImage running on arch etc… | linux build in ci | add .AppImage release next to the tar | replace ir shir flag | add background for dmg format #1171
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: | |
| pull_request: | |
| paths-ignore: | |
| - '**.md' | |
| - 'docs/**' | |
| - '.vscode/' | |
| - 'appcast.xml' | |
| push: | |
| branches: | |
| - main | |
| - dev | |
| - android-fix-action-bug | |
| - new-design-v2 | |
| paths-ignore: | |
| - '**.md' | |
| - 'docs/**' | |
| - '.vscode/' | |
| - 'appcast.xml' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/build.yml | |
| secrets: inherit | |
| permissions: write-all | |
| if: "${{!contains(github.event.head_commit.message, 'release: version')}}" | |
| with: | |
| upload-artifact: ${{ github.event_name == 'push' }} | |