Trigger workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-18 17:45:23 +02:00
parent 04eaa7c789
commit 8cc9abb19a
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 4 additions and 4 deletions

View file

@ -6,13 +6,13 @@ on:
- master
- releases/v*
paths-ignore:
- '**.md'
- "**.md"
pull_request:
branches:
- master
- releases/v*
paths-ignore:
- '**.md'
- "**.md"
jobs:
main:

View file

@ -6,10 +6,10 @@ on:
- master
- releases/v*
paths-ignore:
- '**.md'
- "**.md"
pull_request:
paths-ignore:
- '**.md'
- "**.md"
jobs:
test: