Merge pull request #36 from open-webui/release

chore: actions
This commit is contained in:
Tim Jaeryang Baek
2025-07-29 16:17:07 +04:00
committed by GitHub
+1 -1
View File
@@ -150,7 +150,7 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/release'
steps:
- name: Checkout Repository
uses: actions/checkout@v4