mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1613 from SchrodingersGat/actions
Ignore actions for l10 branches
This commit is contained in:
commit
723a900388
9
.github/workflows/coverage.yaml
vendored
9
.github/workflows/coverage.yaml
vendored
@ -2,7 +2,14 @@
|
|||||||
|
|
||||||
name: SQLite
|
name: SQLite
|
||||||
|
|
||||||
on: ["push", "pull_request"]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
9
.github/workflows/mysql.yaml
vendored
9
.github/workflows/mysql.yaml
vendored
@ -2,7 +2,14 @@
|
|||||||
|
|
||||||
name: MySQL
|
name: MySQL
|
||||||
|
|
||||||
on: ["push", "pull_request"]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
9
.github/workflows/postgresql.yaml
vendored
9
.github/workflows/postgresql.yaml
vendored
@ -2,7 +2,14 @@
|
|||||||
|
|
||||||
name: PostgreSQL
|
name: PostgreSQL
|
||||||
|
|
||||||
on: ["push", "pull_request"]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
9
.github/workflows/style.yaml
vendored
9
.github/workflows/style.yaml
vendored
@ -1,6 +1,13 @@
|
|||||||
name: Style Checks
|
name: Style Checks
|
||||||
|
|
||||||
on: ["push", "pull_request"]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches-ignore:
|
||||||
|
- l10*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
style:
|
style:
|
||||||
|
1
.github/workflows/translations.yml
vendored
1
.github/workflows/translations.yml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user