diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index fe5789e2c..05419d5e8 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -4,10 +4,10 @@ name: Ansible Role on: push: branches-ignore: - - 'translations_**' + - 'translations**' pull_request: branches-ignore: - - 'translations_**' + - 'translations**' jobs: # https://molecule.readthedocs.io/en/latest/ci.html#github-actions diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 423028275..5eaca123a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: ci on: push: branches-ignore: - - 'translations_**' + - 'translations**' pull_request: branches-ignore: - - 'translations_**' + - 'translations**' jobs: documentation: