2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 17:53:44 +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
+8 -1
View File
@@ -2,7 +2,14 @@
name: SQLite
on: ["push", "pull_request"]
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs:
+8 -1
View File
@@ -2,7 +2,14 @@
name: MySQL
on: ["push", "pull_request"]
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs:
+8 -1
View File
@@ -2,7 +2,14 @@
name: PostgreSQL
on: ["push", "pull_request"]
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs:
+8 -1
View File
@@ -1,6 +1,13 @@
name: Style Checks
on: ["push", "pull_request"]
on:
push:
branches-ignore:
- l10*
pull_request:
branches-ignore:
- l10*
jobs:
style:
-1
View File
@@ -5,7 +5,6 @@ on:
branches:
- master
jobs:
build: