Move trigger order
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>pull/1445/head
parent
b9a6a97897
commit
6adb3594e8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue