mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-25 11:30:40 +08:00
[CI] Run tests on push in any branch, not just main/release
This commit is contained in:
7
.github/workflows/run.yml
vendored
7
.github/workflows/run.yml
vendored
@@ -1,14 +1,7 @@
|
||||
name: Run Android build
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'dist/**.js'
|
||||
- '.github/*.json'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/*
|
||||
paths:
|
||||
- 'dist/**.js'
|
||||
- '.github/*.json'
|
||||
|
||||
Reference in New Issue
Block a user