Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Remove branch conditional from nightly Android build
Apart from the fact that this workflow is failing every time, we don't need to check the branch we're on since it's only invoked for the default branch of the repository. We can also remove the `always()` since there are no job dependencies nor do we want this to be uncancelable.
- Loading branch information