diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index 03a7a2f..0e3462f 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -5,8 +5,8 @@ name: Ansible Molecule on: push: - tags_ignore: - - '*' + branches: + - master pull_request: schedule: - cron: '{{ letter_minute_mapping[role_name[0]] }} {{ letter_hour_mapping[role_name[0]] }} {{ letter_day_mapping[role_name[0]] }} * *'