Skip to content

Commit

Permalink
Remove release on push command in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cibinjoseph committed Feb 25, 2021
1 parent e8e1372 commit ae5a887
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/zipSource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ name: zipSource
# events but only for the master branch
on:
push:
branches: [ master ]
tags:
- 'v*' # Push using v1.0 or similar to trigger build
pull_request:
branches: [ master ]
tags:
- 'v*' # Push using v1.0 or similar to trigger build

Expand Down

1 comment on commit ae5a887

@cibinjoseph
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit solves issue #5 of releases being tagged as master. Releases will only be deployed on being tagged with version number.

Please sign in to comment.