Skip to content

Commit

Permalink
chore(.github): remove development from release flow (#1526)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Apr 15, 2021
1 parent fdf3c53 commit 0abea00
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 0abea00

Please sign in to comment.