From 5995e183d20688cc4ae85e396788dcff76e74d16 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 29 Feb 2020 19:42:10 -0500 Subject: [PATCH] ci: release control --- .github/workflows/nodejs.yml | 1 - .releaserc | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .releaserc diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aa7112e..75ac95e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -53,7 +53,6 @@ jobs: release: name: Release runs-on: ubuntu-latest - if: github.ref == 'master' steps: - name: Checkout uses: actions/checkout@v1 diff --git a/.releaserc b/.releaserc new file mode 100644 index 0000000..2552dd9 --- /dev/null +++ b/.releaserc @@ -0,0 +1,3 @@ +{ + "branches": ["master"] +}