mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-20 16:38:31 +00:00
CI: ignore translation branches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user