Skip to content

Commit bb5134c

Browse files
[CI] Run tests on push in any branch, not just main/release
1 parent 4b7c168 commit bb5134c

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: Build & Test
22

33
on:
4-
pull_request:
5-
paths-ignore:
6-
- '**.md'
74
push:
8-
branches:
9-
- main
10-
- releases/*
115
paths-ignore:
126
- '**.md'
137

.github/workflows/run.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
name: Run Android build
22

33
on:
4-
pull_request:
5-
paths:
6-
- 'dist/**.js'
7-
- '.github/*.json'
84
push:
9-
branches:
10-
- main
11-
- releases/*
125
paths:
136
- 'dist/**.js'
147
- '.github/*.json'

0 commit comments

Comments
 (0)