Skip to content

Commit

Permalink
Merge pull request #3507 from mulkieran/yamllint-ci
Browse files Browse the repository at this point in the history
support.yml: trigger on packit and tmt changes
  • Loading branch information
mulkieran authored Nov 21, 2023
2 parents 4411bd5 + 828c943 commit b5fd356
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'
pull_request:
branches:
- master
Expand All @@ -24,7 +24,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'

workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'
pull_request:
branches:
- master
Expand All @@ -24,7 +24,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'

workflow_dispatch:

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ on:
branches:
- master
paths:
- ".packit.yaml"
- "plans/**"
- "tests-fmf/**"
- "**/*.yml"
- "tests/**"
- "!tests/**/README.*"
pull_request:
branches:
- master
paths:
- ".packit.yaml"
- "plans/**"
- "tests-fmf/**"
- "**/*.yml"
- "tests/**"
- "!tests/**/README.*"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'
pull_request:
branches:
- master
Expand All @@ -24,7 +24,7 @@ on:
- 'tests/**'
- '.packit.yaml'
- 'plans/**'
- 'test/**'
- 'tests-fmf/**'

workflow_dispatch:

Expand Down

0 comments on commit b5fd356

Please sign in to comment.