added custom exceptions as requested and fixed cicd

This commit is contained in:
botlabsDev 2020-06-25 22:26:42 +02:00
commit c5133c857c

View file

@ -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