We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205aad3 commit dbc0fd9Copy full SHA for dbc0fd9
1 file changed
.github/workflows/build-android-release.yml
@@ -3,6 +3,16 @@ name: Build Android (Release)
3
on:
4
release:
5
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'
16
17
jobs:
18
build_release:
0 commit comments