diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4980efb..732b3d4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 }} \ No newline at end of file