diff --git a/.gitea/workflows/security.yaml b/.gitea/workflows/security.yaml index ff06c58..b302f73 100644 --- a/.gitea/workflows/security.yaml +++ b/.gitea/workflows/security.yaml @@ -1,15 +1,11 @@ name: "code scans" on: push: - branches: - - main - tags: - - v* pull_request: jobs: scans: - runs-on: fire + runs-on: wind steps: - uses: actions/checkout@v4