We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb4461 commit 122a195Copy full SHA for 122a195
.github/workflows/main.yml
@@ -12,6 +12,8 @@ concurrency:
12
13
jobs:
14
release-please:
15
+ # Only run release-please on pushes to main
16
+ if: github.event_name == 'push' && github.ref == 'refs/heads/main'
17
runs-on: ubuntu-latest
18
permissions:
19
contents: write
0 commit comments