Skip to content

Commit 8dc68aa

Browse files
committed
fix: update workflow paths to reference correct YAML files
1 parent 1bc5253 commit 8dc68aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- 'main'
1010
paths:
11-
- '.github/workflows/Tests.yml'
11+
- '.github/workflows/Downstream.yml'
1212
- 'src/**'
1313
- 'ext/**'
1414
- 'test/**'

.github/workflows/downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- 'main'
1010
paths:
11-
- '.github/workflows/Tests.yml'
11+
- '.github/workflows/downgrade.yml'
1212
- 'src/**'
1313
- 'ext/**'
1414
- 'test/**'

0 commit comments

Comments
 (0)