Skip to content

Commit 7b5ffc4

Browse files
committed
Proper path for workflow
1 parent 4c3b4db commit 7b5ffc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/get-started.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
- end
1010
paths:
1111
- 'get-started/**'
12-
- '.github/workflows/get-started.yaml'
12+
- '.github/workflows/get-started.yml'
1313
pull_request:
1414
paths:
1515
- 'get-started/**'
16-
- '.github/workflows/get-started.yaml'
16+
- '.github/workflows/get-started.yml'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }} # Unique group for each branch/workflow

0 commit comments

Comments
 (0)