Skip to content

Commit

Permalink
fix naming and wildcard in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
cihandeniz committed Oct 28, 2024
1 parent ec103ea commit 99bc244
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Docs - Regular Checks
name: Regular Checks - Docs
on:
pull_request:
branches:
- main
- 'epic/**'
paths:
- 'docs/**'
- 'docs/**/*'
jobs:
generate:
name: Generate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Project - Regular Checks
name: Regular Checks - Project
on:
pull_request:
branches:
- main
- 'epic/**'
paths:
- 'src/**'
- 'test/**'
- 'src/**/*'
- 'test/**/*'
- '.editorconfig'
- 'Directory.Build.props'
- 'Directory.Packages.props'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Samples - Regular Checks
name: Regular Checks - Samples
on:
pull_request:
branches:
- main
- 'epic/**'
paths:
- "samples/**"
- "samples/**/*"
jobs:
prepare:
name: Prepare
Expand Down

0 comments on commit 99bc244

Please sign in to comment.