mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-27 09:28:21 +00:00
[CI] Run tests on push in any branch, not just main/release
This commit is contained in:
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@@ -1,13 +1,7 @@
|
||||
name: Build & Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/*
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user