Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_appstore.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Unstoppable to TestFlight
name: Deploy to TestFlight

on:
push:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Deploy Unstoppable to Firebase
name: Deploy to Firebase

on:
push:
branches: [ version/* ]
paths:
- 'Unstoppable/**'
- 'packages/**'
workflow_dispatch:

jobs:
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/deploy_stable_appstore.yml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/workflows/deploy_stable_dev.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/notify_telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
notify:
if: ${{ !startsWith(github.head_ref, 'l10n_version/') }}
runs-on: ubuntu-latest

steps:
Expand Down
7 changes: 0 additions & 7 deletions Stable/AppTests/AppTests.swift

This file was deleted.

Loading