From 5f44ab5abc127fdca539f0de72670b042c0a5e93 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Tue, 2 Feb 2021 13:27:08 +0100 Subject: [PATCH] CI: ignore translation branches --- .github/workflows/ansible.yml | 8 +++++++- .github/workflows/ci.yml | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index a27ce103c..fe5789e2c 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -1,7 +1,13 @@ --- name: Ansible Role -on: [push, pull_request] +on: + push: + branches-ignore: + - 'translations_**' + pull_request: + branches-ignore: + - '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 a1e9640d4..423028275 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: ci -on: [push, pull_request] +on: + push: + branches-ignore: + - 'translations_**' + pull_request: + branches-ignore: + - 'translations_**' jobs: documentation: