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