Skip to content

Commit c5133c8

Browse files
committed
added custom exceptions as requested and fixed cicd
2 parents 435ee97 + d7f8c18 commit c5133c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
release:
3838
runs-on: ubuntu-latest
3939
needs: tests
40-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
40+
if: (github.event_name == 'push' || github.event_name =='release' )&& github.ref == 'refs/heads/master'
4141

4242
steps:
4343
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)