diff --git a/.github/workflows/artifact.yml b/.github/workflows/artifact.yml index ad9c6a3a..9a8c85a3 100644 --- a/.github/workflows/artifact.yml +++ b/.github/workflows/artifact.yml @@ -2,6 +2,8 @@ name: Artifact on: workflow_dispatch: + push: + branches: [master] pull_request: types: [opened, reopened] branches: [master]