Skip to content

Commit

Permalink
ci: missing workflow paths
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jul 24, 2023
1 parent 0f5d778 commit 8d4557a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:
tags:
- 'v*'
paths:
- '.github/workflows/ld.yml'
- 'src/ld/**'
pull_request:
paths:
- '.github/workflows/ld.yml'
- 'src/ld/**'

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:
tags:
- 'v*'
paths:
- '.github/workflows/llvm.yml'
- 'src/llvm/**'
pull_request:
paths:
- '.github/workflows/llvm.yml'
- 'src/llvm/**'

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sdk-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ on:
tags:
- 'v*'
paths:
- '.github/workflows/sdk-extras.yml'
- 'src/sdk-extras/**'
pull_request:
paths:
- '.github/workflows/sdk-extras.yml'
- 'src/sdk-extras/**'

jobs:
Expand Down

0 comments on commit 8d4557a

Please sign in to comment.