Move trigger order

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
pull/1445/head
Jerome Luckenbach 2021-01-11 21:01:17 +01:00 committed by GitHub
parent b9a6a97897
commit 6adb3594e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -1,17 +1,20 @@
name: Checking Markdown For Errors
on:
pull_request:
branches:
- main
types:
- open
- synchronize
- reopen
push:
branches:
- main
- 2.5.x
tags-ignore:
- '**'
pull_request:
branches:
- main
types:
[open,synchronize,reopen]
jobs:
markdownlint: