Skip to content

Commit dbc0fd9

Browse files
committed
trigger Android release CI
1 parent 205aad3 commit dbc0fd9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build-android-release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ name: Build Android (Release)
33
on:
44
release:
55
types: [published]
6+
pull_request:
7+
paths:
8+
- '.github/workflows/build-android.yml'
9+
- 'example/android/**'
10+
- '**/nitrogen/generated/shared/**'
11+
- '**/nitrogen/generated/android/**'
12+
- 'android/**'
13+
- '**/bun.lock'
14+
- '**/react-native.config.js'
15+
- '**/nitro.json'
616

717
jobs:
818
build_release:

0 commit comments

Comments
 (0)