chore: 🤖 Changed branch condition to `main` (#36)

This commit is contained in:
Johan Öbrink 2021-01-15 10:21:36 +01:00 committed by GitHub
parent 325f921c75
commit 3a727356e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
@ -22,4 +22,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release