From c773693654eb3e98f023864f73f568bed1858e61 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Tue, 1 Jun 2021 12:26:10 +0300 Subject: [PATCH] chore(ci): release to npm and main gh-pages --- .github/workflows/on-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index e96f0b68e9..cc03a86ea6 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -1,8 +1,6 @@ name: on-release on: push: - branches: - - development tags: - v* @@ -11,7 +9,6 @@ env: NX_RUN_GROUP: ${{ github.run_id }} NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }} MOZ_HEADLESS: 1 - GH_PAGES_URI: https://valorkin.github.io CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: