Skip to content

Commit

Permalink
deploy snapshots van deze branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 5, 2024
1 parent a790b20 commit e8a7b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e8a7b0d

Please sign in to comment.