Skip to content

Commit

Permalink
ci(github): 馃懛 run semantic-release only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 25, 2020
1 parent 486e1a6 commit fa7d061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -42,6 +42,7 @@ jobs:
run: yarn build:rollup

release:
if: ${{ github.ref == 'master' }}
needs: build
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa7d061

Please sign in to comment.