diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcef20d..030fa52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,8 +1,8 @@ name: Build -on: +on: push: branches: - - master + - main tags: - v* pull_request: @@ -34,4 +34,4 @@ jobs: run: make lint - name: Coverage run: codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }} - continue-on-error: true \ No newline at end of file + continue-on-error: true