Skip to content

Commit ceafd54

Browse files
committed
fix filenames
1 parent b15962a commit ceafd54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml renamed to .github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212

1313
jobs:
1414
tests:
15-
uses: ./.github/workflows/tests.yml
15+
uses: ./.github/workflows/tests.yaml

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
tests:
11-
uses: ./.github/workflows/tests.yml
11+
uses: ./.github/workflows/tests.yaml
1212

1313
release:
1414
needs: tests

0 commit comments

Comments
 (0)