Merge pull request #1613 from SchrodingersGat/actions

Ignore actions for l10 branches
This commit is contained in:
Oliver 2021-05-28 14:34:08 +10:00 committed by GitHub
commit 723a900388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -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:

View File

@ -5,7 +5,6 @@ on:
branches: branches:
- master - master
jobs: jobs:
build: build: