revert changes to ci.yml

This commit is contained in:
root
2026-03-11 21:59:56 +01:00
parent 898bb59149
commit 53d7e0dcb7

View File

@@ -3,8 +3,6 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-android:
@@ -102,7 +100,6 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [build-android, build-web]
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v2
@@ -134,4 +131,4 @@ jobs:
dist.zip
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}