diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5fa99d8..55d51ec 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,8 +1,8 @@ -"""name: Build +name: Build on: push: branches: - - master + - main pull_request: types: [opened, synchronize, reopened] jobs: @@ -18,4 +18,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} -""" \ No newline at end of file