Skip to content

Commit

Permalink
docs: remove dev branch from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbamijam authored Mar 5, 2024
1 parent cc0aa48 commit 7a99967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ on:
push:
branches:
- main
- dev

permissions:
contents: write
Expand All @@ -17,4 +16,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.DEV_PORTFOLIO_RELEASE }}
release-type: simple
release-type: simple

0 comments on commit 7a99967

Please sign in to comment.