Merge branch 'feature/updates_gitea_workflow' into master
Continuous Integration / prepare (pull_request) Successful in 1m10s
Continuous Integration / build (pull_request) Successful in 1m47s
Continuous Integration / test (pull_request) Successful in 1m40s
Continuous Integration / deploy (pull_request) Skipped

This commit is contained in:
2026-07-24 08:36:16 +02:00
@@ -1,8 +1,10 @@
name: Build, Test and Package Release
name: Continuous Integration
on:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
prepare:
@@ -103,7 +105,7 @@ jobs:
deploy:
needs: [build, test]
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main')
uses: ./.gitea/workflows/deploy.yaml
with:
artifact_name: dist