You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale-android/.github/workflows
Nick Khyl 34a06be19a
github/workflows/{android,go_mod_tidy}: run on all PRs and on pushes to {main,release-branch/*} (#591)
Previously, using * in branch filters prevented PR CI actions from running on prefixed branches such as release-branch/* because * only matches characters except for forward slashes. In this PR, we remove the branch filter to ensure that Android builds and go mod tidy checks are executed on all PRs, regardless of the target branch. Additionally, these checks will now run on pushes to release-branch/*.

Fixes tailscale/corp#25313

Signed-off-by: Nick Khyl <nickk@tailscale.com>
12 months ago
..
android.yml github/workflows/{android,go_mod_tidy}: run on all PRs and on pushes to {main,release-branch/*} (#591) 12 months ago
go_mod_tidy.yml github/workflows/{android,go_mod_tidy}: run on all PRs and on pushes to {main,release-branch/*} (#591) 12 months ago
license-headers.yml *: add a CI check for license headers and fix all files 2 years ago