diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f9c4f39..1b3dcb02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,10 +5,8 @@ on: pull_request: types: [ opened, synchronize, reopened ] push: - branches-ignore: - - develop - - 'release/**' - - main + branches: + - feature/255-generate-sample-test jobs: test: @@ -93,14 +91,13 @@ jobs: # The job generate_sample_project identify that the job generate_mason_bundle must complete successfully # before this generate_sample_project job will run needs: generate_mason_bundle - # Run on merge commits only - # if: ${{ contains(github.event.head_commit.message, 'Merge pull request') || (github.event.head_commit.author.email != 'bot@nimblehq.co') }} name: Generate the sample project runs-on: ubuntu-latest timeout-minutes: 30 steps: - name: Check out uses: actions/checkout@v3 + ref: ${{ github.ref }} with: token: ${{ secrets.WIKI_ACTION_TOKEN }} diff --git a/bricks/permission_handler/__brick__/{{~ _pubspec_dependency.yaml }} b/bricks/permission_handler/__brick__/{{~ _pubspec_dependency.yaml }} index d610cf4d..971b9ecd 100644 --- a/bricks/permission_handler/__brick__/{{~ _pubspec_dependency.yaml }} +++ b/bricks/permission_handler/__brick__/{{~ _pubspec_dependency.yaml }} @@ -1,2 +1,2 @@ - permission_handler: ^10.2.0 \ No newline at end of file + permission_handler: ^10.4.0 \ No newline at end of file