diff --git a/.github/workflows/ansible-galaxy.yml b/.github/workflows/ansible-galaxy.yml index fb62bbe..3fdbf54 100644 --- a/.github/workflows/ansible-galaxy.yml +++ b/.github/workflows/ansible-galaxy.yml @@ -4,9 +4,9 @@ name: Release to Ansible Galaxy on: push: tags: - - "v*" - schedule: - - cron: "5 6 7 * *" + - v* + branches: + - master jobs: build: