diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c3e838d1..78f26517 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,6 +16,7 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' branches: - main + - master jobs: test: @@ -23,7 +24,7 @@ jobs: runs-on: [ ubuntu-latest ] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0