From 24819e15a2485b92f65edc6832df1ee85ca31f35 Mon Sep 17 00:00:00 2001 From: Zhaofeng Miao <522856232@qq.com> Date: Fri, 18 Feb 2022 16:14:37 +0800 Subject: [PATCH] ci: remove push master It's not usable because github.token can't trigger workflow --- .github/workflows/push-master.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/push-master.yml diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml deleted file mode 100644 index 819c67e..0000000 --- a/.github/workflows/push-master.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Release and tag - -on: - push: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - - steps: - - uses: actions/checkout@v2 - # Semver release based on conventional commits - - name: Prepare local repository - run: git fetch --prune --unshallow --tags -f - - name: semver-releaser - uses: heyvito/semver-releaser@v0.0.8 - with: - github-token: ${{ secrets.GITHUB_TOKEN }}