From 08b23d93cfd08d4ed68dd3bcac1df3cf9db64332 Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Tue, 29 Oct 2024 15:31:42 +0530 Subject: [PATCH] Reverted the changes added for testing --- .github/workflows/main.yml | 3 --- .github/workflows/publish-af.yml | 12 +++++------- .github/workflows/publish-afpi.yml | 12 +++++------- .github/workflows/rl-scanner.yml | 2 +- 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2b6ea30f..8014c86b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,6 @@ name: CI on: - push: - branches: - - 'reversing_labs' pull_request: types: - opened diff --git a/.github/workflows/publish-af.yml b/.github/workflows/publish-af.yml index 01b8307b..fa204e5c 100644 --- a/.github/workflows/publish-af.yml +++ b/.github/workflows/publish-af.yml @@ -2,10 +2,8 @@ name: Publish auth0_flutter to pub.dev on: push: - branches: - - 'reversing_labs' -# tags: -# - 'af-v[0-9]+.[0-9]+.[0-9]+*' + tags: + - 'af-v[0-9]+.[0-9]+.[0-9]+*' permissions: contents: write @@ -47,6 +45,6 @@ jobs: flutter: ${{ env.flutter }} working-directory: auth0_flutter -# - name: Publish -# run: dart pub publish -f -# working-directory: auth0_flutter + - name: Publish + run: dart pub publish -f + working-directory: auth0_flutter diff --git a/.github/workflows/publish-afpi.yml b/.github/workflows/publish-afpi.yml index 48a2a246..471cd051 100644 --- a/.github/workflows/publish-afpi.yml +++ b/.github/workflows/publish-afpi.yml @@ -2,10 +2,8 @@ name: Publish auth0_flutter_platform_interface to pub.dev on: push: - branches: - - 'reversing_labs' -# tags: -# - 'afpi-v[0-9]+.[0-9]+.[0-9]+*' + tags: + - 'afpi-v[0-9]+.[0-9]+.[0-9]+*' permissions: contents: write @@ -47,6 +45,6 @@ jobs: flutter: ${{ env.flutter }} working-directory: auth0_flutter_platform_interface -# - name: Publish -# run: dart pub publish -f -# working-directory: auth0_flutter_platform_interface + - name: Publish + run: dart pub publish -f + working-directory: auth0_flutter_platform_interface diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 6fe7013f..9036866f 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -28,7 +28,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 }}