diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c9f2458..ad57c5d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,7 @@ name: main on: + workflow_dispatch: push: pull_request: @@ -83,7 +84,7 @@ jobs: if-no-files-found: error deploy: - if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }} + if: ${{ github.ref_type == 'tag' }} needs: - test