Skip to content

Commit

Permalink
ci: integrate only master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Aug 23, 2024
1 parent 37609ff commit af0b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/master'
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
id: release
Expand Down

0 comments on commit af0b3bb

Please sign in to comment.