diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 01fffe7..7b0d816 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -4,12 +4,14 @@ on: push: branches: - main + - master - develop tags: - v* pull_request: branches: - main + - master - develop env: @@ -22,7 +24,7 @@ jobs: runs-on: ubuntu-latest if: | github.event_name == 'push' && - github.ref == 'refs/heads/develop' + ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' ) permissions: contents: read packages: write