@@ -66,6 +66,11 @@
|
|||||||
|
|
||||||
name: RN APK Build
|
name: RN APK Build
|
||||||
|
|
||||||
|
# Runner scope: jobs only match runners registered for THIS repository (or org/site admin),
|
||||||
|
# or an "Individual" runner owned by the repo owner. A user runner on another account will
|
||||||
|
# stay Idle while workflows show "No matching online runner with label: ubuntu-latest".
|
||||||
|
# Token: Repository → Settings → Actions → Runners (not another user's User Settings).
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -73,7 +78,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest # ye same rahega (host mapping runner config me hai)
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user