Remove useless if, this workflow is not triggered when pushing the main branch.
This commit is contained in:
parent
68cc0cf876
commit
4f39490fd0
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -16,8 +16,6 @@ jobs:
|
||||||
debug:
|
debug:
|
||||||
name: Build APKs
|
name: Build APKs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Skip for `main`
|
|
||||||
if: github.ref != 'refs/heads/main'
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
variant: [debug, release, nightly, samples]
|
variant: [debug, release, nightly, samples]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue