disable CI for translation branches

This commit is contained in:
jonaswinkler 2021-02-02 14:07:43 +01:00
parent 060dcd71cd
commit 47ea60372f
2 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@ name: Ansible Role
on: on:
push: push:
branches-ignore: branches-ignore:
- 'translations_**' - 'translations**'
pull_request: pull_request:
branches-ignore: branches-ignore:
- 'translations_**' - '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

@ -3,10 +3,10 @@ name: ci
on: on:
push: push:
branches-ignore: branches-ignore:
- 'translations_**' - 'translations**'
pull_request: pull_request:
branches-ignore: branches-ignore:
- 'translations_**' - 'translations**'
jobs: jobs:
documentation: documentation: