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: push:
branches: branches:
- main - main
pull_request:
branches:
- main
jobs: jobs:
test: test:
@@ -23,6 +26,7 @@ jobs:
name: Build & Push Image name: Build & Push Image
runs-on: rust runs-on: rust
needs: test needs: test
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4