mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[CI] Run tests on push in any branch, not just main/release
This commit is contained in:
parent
4b7c168f7a
commit
bb5134ce76
2 changed files with 0 additions and 13 deletions
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'
|
||||
|
||||
|
|
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'
|
||||
|
|
Loading…
Reference in a new issue