From 61f37c9298cfb0083b6bf3fcd7a146b72561a80d Mon Sep 17 00:00:00 2001 From: Rahammetoela Toekiman Date: Sat, 2 Apr 2022 22:40:53 -0300 Subject: [PATCH] optimize workflow --- .github/workflows/Zip-it.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/Zip-it.yml b/.github/workflows/Zip-it.yml index 8c02df5..23d46d4 100644 --- a/.github/workflows/Zip-it.yml +++ b/.github/workflows/Zip-it.yml @@ -6,7 +6,6 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the bash branch push: - branches: [ master ] tags: [ '*' ] # Allows you to run this workflow manually from the Actions tab @@ -17,7 +16,6 @@ jobs: # This workflow contains a single job called "build" release: # The type of runner that the job will run on - if: startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job @@ -33,7 +31,6 @@ jobs: run: zip -r sshmount.zip * - name: setup release - if: startsWith(github.ref, 'refs/tags') uses: spenserblack/actions-tag-to-release@master - name: Make release