Skip to content

Commit b4e8bf1

Browse files
chore: enable slack notifications + workflow runs on PRs and pushes
1 parent b80b244 commit b4e8bf1

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

.github/workflows/expo-ci-cd.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ permissions:
55
contents: read
66

77
on:
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 }}

__mocks__/@react-native-async-storage/async-storage.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/expo-multichain/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)