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

This commit is contained in:
Benoit Marty
2024-06-27 09:34:49 +02:00
parent 68cc0cf876
commit 4f39490fd0

View File

@@ -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]