removed if line from publish to always run it. can we not skip publish thanks

This commit is contained in:
2026-03-25 19:39:24 -04:00
parent 8ea20b1da9
commit dfa6dc4221

View File

@@ -291,7 +291,6 @@ jobs:
name: Publish
runs-on: ubuntu-latest
needs: [ build-windows, build-linux, build-android, build-web, build-ios ]
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v4