Skip to content

Commit

Permalink
added custom exceptions as requested and fixed cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
botlabsDev committed Jun 25, 2020
2 parents 435ee97 + d7f8c18 commit c5133c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: tests
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: (github.event_name == 'push' || github.event_name =='release' )&& github.ref == 'refs/heads/master'

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit c5133c8

Please sign in to comment.