diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a955a3cdb..64a9ad96c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,6 @@ on: types: - closed workflow_dispatch: - push: - branches: - - 'reversinglabs-implementation' permissions: contents: write diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 171cfbe2f..88efff49c 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -26,7 +26,7 @@ on: jobs: rl-scanner: name: Run Reversing Labs Scanner - ### if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/')) + if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged && startsWith(github.event.pull_request.head.ref, 'release/')) runs-on: ubuntu-latest outputs: scan-status: ${{ steps.rl-scan-conclusion.outcome }}