diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7574b4294..bbf020a6f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,13 +3,13 @@ # Tests are executed and coverage reports are emitted as to the action summary # A dependent workflow which uses workflow_run as a trigger reads the archived outputs and emits comments to the PR triggering this build -name: Build pr +name: Build and Test on: push: - branches: [main, chore/**] + branches: [main, next/**] pull_request: - branches: [main, chore/**] + branches: [main, next/**] permissions: pull-requests: write @@ -88,9 +88,6 @@ jobs: name: coverage path: coverage/ - - name: Display structure of downloaded files - run: ls -R - - name: Run sonar cloud analysis uses: SonarSource/sonarcloud-github-action@master env: