diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a6e2ae4..8ba5e23 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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