Browse Source

Remove useless if, this workflow is not triggered when pushing the `main` branch.

pull/3025/head
Benoit Marty 3 months ago
parent
commit
b6dc9a5452
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -16,8 +16,6 @@ jobs: @@ -16,8 +16,6 @@ jobs:
debug:
name: Build APKs
runs-on: ubuntu-latest
# Skip for `main`
if: github.ref != 'refs/heads/main'
strategy:
matrix:
variant: [debug, release, nightly, samples]

Loading…
Cancel
Save