fix: security & integration hardening #15

Merged
rock merged 3 commits from fix/security-integration into main 2026-09-06 13:35:28 +00:00
Showing only changes of commit bd2a5839cc - Show all commits
+4
View File
@@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
@@ -23,6 +26,7 @@ jobs:
name: Build & Push Image
runs-on: rust
needs: test
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@v4