cleanup workflow triggers

This commit is contained in:
kjeld Schouten-Lebbing 2021-05-09 18:25:25 +02:00
parent cbee07f5be
commit 6d94df0b81
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 8 additions and 12 deletions

View File

@ -7,26 +7,22 @@ on:
tags-ignore:
- '**'
paths:
- 'stable/**'
- 'develop/**'
- 'incubator/**'
- 'non-free/**'
- 'deprecated/**'
- '.github/workflows/apps.release.yaml'
- 'charts/**'
- '.github/workflows/apps.yaml'
- '.github/ct-install.yaml'
- '.github/ct-lint.yaml'
- '.github/cr.yaml'
pull_request:
branches:
- '**'
tags-ignore:
- '**'
paths:
- 'stable/**'
- 'develop/**'
- 'incubator/**'
- 'non-free/**'
- 'deprecated/**'
- '.github/workflows/apps.release.yaml'
- 'charts/**'
- '.github/workflows/apps.yaml'
- '.github/ct-install.yaml'
- '.github/ct-lint.yaml'
- '.github/cr.yaml'
jobs:
changes: