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.
2 parents 1eadd41 + 27d7e8c commit 2621363Copy full SHA for 2621363
.github/workflows/release.yaml
@@ -8,6 +8,7 @@ jobs:
8
release:
9
name: Run semantic release
10
runs-on: ubuntu-latest
11
+ if: ${{ github.ref == 'refs/heads/main' }}
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v3
0 commit comments