Skip to content

Commit

Permalink
fix(gha): release steps are now only run after a push to main, and no…
Browse files Browse the repository at this point in the history
…t on pr events
  • Loading branch information
shinybrar committed Nov 22, 2024
1 parent e1183bf commit c5863c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
release-please:
Expand Down

0 comments on commit c5863c3

Please sign in to comment.