Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuseteam committed Apr 2, 2022
1 parent be95b33 commit 149f56d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Zip-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the bash branch
push:
if: startsWith(github.ref, 'refs/tags')
branches: [ master ]
tags: [ '*' ]

Expand All @@ -16,8 +15,9 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
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
Expand Down

0 comments on commit 149f56d

Please sign in to comment.