Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BilligsterUser committed Mar 29, 2024
1 parent 937e054 commit 133300c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Build-for-android-production

on:
push :
branches : [release]
push:
branches: [main, dev]
pull_request:
# types: [opened, reopened]
# types: [opened, synchronize, edited, ready_for_review]

env:
EXPO_NO_TELEMETRY: 1
SENTRY_DISABLE_AUTO_UPLOAD: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Node.js CI

on:
Expand Down

0 comments on commit 133300c

Please sign in to comment.