From 0eca30be661b8e41f070593f11df41e7c3cc5bbe Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 18 Dec 2023 10:34:49 +0100 Subject: [PATCH] Not on every branch. --- templates/molecule-action.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]] }} * *'