diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7cc8bd..afad031 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,8 @@ on: tags: - v* branches: [ master, actions ] - # pull_request: - # branches: [ master ] + pull_request: + branches: [ master ] # # Allows you to run this workflow manually from the Actions tab # workflow_dispatch: