Remove useless if, this workflow is not triggered when pushing the main branch.
This commit is contained in:
parent
6e14046cb7
commit
b6dc9a5452
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:
|
||||
name: Build APKs
|
||||
runs-on: ubuntu-latest
|
||||
# Skip for `main`
|
||||
if: github.ref != 'refs/heads/main'
|
||||
strategy:
|
||||
matrix:
|
||||
variant: [debug, release, nightly, samples]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue