Skip to content

Commit

Permalink
Reverted the changes added for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmathew92 committed Oct 29, 2024
1 parent daa90da commit 08b23d9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI

on:
push:
branches:
- 'reversing_labs'
pull_request:
types:
- opened
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/publish-af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
12 changes: 5 additions & 7 deletions .github/workflows/publish-afpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 08b23d9

Please sign in to comment.