diff --git a/.github/workflows/ubuntu-maven.yml b/.github/workflows/ubuntu-maven.yml index 64d5d8bb..3edbb4c2 100644 --- a/.github/workflows/ubuntu-maven.yml +++ b/.github/workflows/ubuntu-maven.yml @@ -92,7 +92,7 @@ jobs: permissions: packages: write contents: read - if: ${{ (github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/geotools-30.1')) && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) }} + if: ${{ (github.ref == 'refs/heads/master' || contains(github.ref, 'refs/heads/geotools_32')) && ( github.event_name == 'push' || github.event_name == 'workflow_dispatch' ) }} steps: - uses: actions/checkout@v4