fix(ghactions): fix branch typo for workflows

pull/1860/head
FonduemangVI 1 month ago
parent 795ad48de2
commit 1e2f6d2f43

@ -3,7 +3,7 @@ name: Label Conflicts
on:
push:
branches:
- main
- master
pull_request:

@ -3,7 +3,7 @@ name: Build and Deploy Docs
on:
push:
branches:
- main
- master
pull_request:

@ -3,7 +3,7 @@ name: Label Pull Requests
on:
push:
branches:
- main
- master
pull_request_target:
jobs:

@ -3,7 +3,7 @@ name: Lint - EditorConfig
on:
push:
branches:
- main
- master
pull_request:
jobs:

@ -3,7 +3,7 @@ name: Lint - Markdown
on:
push:
branches:
- main
- master
pull_request:
jobs:

@ -3,7 +3,7 @@ name: Lint - YAML
on:
push:
branches:
- main
- master
pull_request:
jobs:

@ -3,7 +3,7 @@ name: Validate Metadata JSON
on:
push:
branches:
- main
- master
paths:
- metadata.json
- metadata.schema.json

Loading…
Cancel
Save