From 16c6cfc9f57589ee46ba1a7f22687ebe0905d056 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Thu, 15 Apr 2021 08:42:53 -0500 Subject: [PATCH] chore(.github): remove development from release flow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63c2de2ca0..4240534bc1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release on: push: - branches: [main, development] + branches: [main] jobs: release: @@ -23,4 +23,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release \ No newline at end of file + run: npx semantic-release