Skip to content

[Fix] Workflows: Disable publishing when building the AppImage #4708

[Fix] Workflows: Disable publishing when building the AppImage

[Fix] Workflows: Disable publishing when building the AppImage #4708

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, stable]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository.
uses: actions/checkout@v3
- uses: ./.github/actions/install-deps
- name: Test
run: yarn test:ci