Skip to content

Commit

Permalink
Merge pull request #162 from aldbr/main_FIX_release-please-with-depen…
Browse files Browse the repository at this point in the history
…dabot

build(gha): release-please with github actions
  • Loading branch information
aldbr authored Jun 24, 2024
2 parents 5cc3fae + 20436f3 commit a36c951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
release-please:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' }}
if: ${{ github.event_name == 'push' && github.repository == 'DIRACGrid/diracx-web' && github.ref_name == 'main' }}
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit a36c951

Please sign in to comment.