diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f52fd332..f5634d3a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,9 @@ name: Release on Ansible Galaxy on: workflow_dispatch: - push: - branches: ["main"] + # Not needed anymore, since branch protection + #push: + # branches: ["main"] pull_request: # The branches below must be a subset of the branches above branches: [ "develop" ]