CI: ignore translation branches

This commit is contained in:
jonaswinkler 2021-02-02 13:27:08 +01:00
parent b33e25b1f7
commit 5f44ab5abc
2 changed files with 14 additions and 2 deletions

View File

@ -1,7 +1,13 @@
--- ---
name: Ansible Role name: Ansible Role
on: [push, pull_request] on:
push:
branches-ignore:
- 'translations_**'
pull_request:
branches-ignore:
- 'translations_**'
jobs: jobs:
# https://molecule.readthedocs.io/en/latest/ci.html#github-actions # https://molecule.readthedocs.io/en/latest/ci.html#github-actions

View File

@ -1,6 +1,12 @@
name: ci name: ci
on: [push, pull_request] on:
push:
branches-ignore:
- 'translations_**'
pull_request:
branches-ignore:
- 'translations_**'
jobs: jobs:
documentation: documentation: