Skip to content

Commit

Permalink
(misc) Add paths for on.push
Browse files Browse the repository at this point in the history
  • Loading branch information
KingRainbow44 committed Mar 16, 2024
1 parent 9b8a04b commit 41b6807
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-android-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: Android Development Build

on:
workflow_dispatch:
push:
branches:
- dev
- v2
paths:
- package.json
- app.json
workflow_dispatch: ~

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-android-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ on:
branches:
- dev
- v2
workflow_dispatch:
paths:
- package.json
- app.json
- "**.js"
- "src/**"
- "assets/**"
workflow_dispatch: ~

jobs:
build:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/build-ios-dev.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
name: iOS Development Build

on:
workflow_dispatch:
push:
branches:
- dev
- v2
paths:
- package.json
- app.json
workflow_dispatch: ~

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-ios-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ on:
branches:
- dev
- v2
workflow_dispatch:
paths:
- package.json
- app.json
- "**.js"
- "src/**"
- "assets/**"
workflow_dispatch: ~

jobs:
build:
Expand Down

0 comments on commit 41b6807

Please sign in to comment.