File tree Expand file tree Collapse file tree 3 files changed +20
-15
lines changed
__mocks__/@react-native-async-storage Expand file tree Collapse file tree 3 files changed +20
-15
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,22 @@ permissions:
55 contents : read
66
77on :
8- # push:
9- # branches: [main, development]
10- # paths-ignore:
11- # - "**.md"
12- # - "LICENSE"
13- # - "docs/**"
14- # pull_request:
15- # branches: [main, development]
8+ push :
9+ branches : [main, development]
10+ paths-ignore :
11+ - " **.md"
12+ - " examples/**"
13+ - " apps/**"
14+ - " .vscode/**"
15+ - " .yarn/**"
16+ - " .gitignore"
17+ - " .prettierignore"
18+ - " .changeset/**"
19+ - " .cursor/**"
20+ - " .github/**"
21+ - " .maestro/**"
22+ pull_request :
23+ branches : [main, development]
1624 workflow_dispatch :
1725 inputs :
1826 platform :
@@ -271,8 +279,7 @@ jobs:
271279 if-no-files-found : warn
272280
273281 - name : 🔔 Send Slack notification
274- # if: always() && !cancelled()
275- if : false # Temporarily disabled to build cache for CI/CD
282+ if : always() && !cancelled()
276283 uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
277284 with :
278285 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
@@ -477,8 +484,7 @@ jobs:
477484 if-no-files-found : warn
478485
479486 - name : 🔔 Send Slack notification
480- # if: always() && !cancelled()
481- if : false # Temporarily disabled to build cache for CI/CD
487+ if : always() && !cancelled()
482488 uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
483489 with :
484490 webhook : ${{ secrets.SLACK_WEBHOOK_URL }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -46,5 +46,5 @@ credentials.json
4646/android
4747
4848# maestro
49- .maestro /screenshots /
50- .maestro /* .mp4
49+ .maestro /* .png
50+ .maestro /* .mp4
You can’t perform that action at this time.
0 commit comments