2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Ignore actions for l10 branches

This commit is contained in:
Oliver Walters
2021-05-28 13:24:18 +10:00
parent 70e13e4cae
commit b716312438
5 changed files with 32 additions and 5 deletions

View File

@ -2,7 +2,14 @@
name: PostgreSQL
on: ["push", "pull_request"]
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs: