Skip to content

Commit b08d045

Browse files
fix: correct file extension from .yaml to .yml in workflow paths
1 parent 6d88f76 commit b08d045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install-script-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
paths:
66
- 'install-cli.sh'
7-
- '.github/workflows/install-script-tests.yaml'
7+
- '.github/workflows/install-script-tests.yml'
88
pull_request:
99
paths:
1010
- 'install-cli.sh'
11-
- '.github/workflows/install-script-tests.yaml'
11+
- '.github/workflows/install-script-tests.yml'
1212

1313
jobs:
1414
test-script:

0 commit comments

Comments
 (0)