From 37527877b5a46b755f5d695d946b5423f913a4ad Mon Sep 17 00:00:00 2001 From: Tushar Pandey Date: Thu, 31 Oct 2024 15:49:27 +0530 Subject: [PATCH] added RL test changes --- .github/workflows/release.yml | 3 +++ .github/workflows/rl-secure.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7104fef..14288d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Create npm and GitHub Release on: + push: + branches: + - feature/RL pull_request: types: - closed diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 96c4efb..e0450e3 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 }}