mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-12 19:36:59 +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
|
name: Build & Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- '**.md'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- releases/*
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
||||||
|
|||||||
7
.github/workflows/run.yml
vendored
7
.github/workflows/run.yml
vendored
@@ -1,14 +1,7 @@
|
|||||||
name: Run Android build
|
name: Run Android build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- 'dist/**.js'
|
|
||||||
- '.github/*.json'
|
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- releases/*
|
|
||||||
paths:
|
paths:
|
||||||
- 'dist/**.js'
|
- 'dist/**.js'
|
||||||
- '.github/*.json'
|
- '.github/*.json'
|
||||||
|
|||||||
Reference in New Issue
Block a user