Skip to content

Commit

Permalink
Merge branch 'development' into feat-genesis-spec-props-and-output
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitAD authored Apr 16, 2021
2 parents 3eff2cb + 0abea00 commit c4663fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: [main, development]
branches: [main]

jobs:
release:
Expand All @@ -23,4 +23,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit c4663fd

Please sign in to comment.