Skip to content

Commit

Permalink
fix filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 3, 2024
1 parent b15962a commit ceafd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml → .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
tests:
uses: ./.github/workflows/tests.yml
uses: ./.github/workflows/tests.yaml
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
tests:
uses: ./.github/workflows/tests.yml
uses: ./.github/workflows/tests.yaml

release:
needs: tests
Expand Down

0 comments on commit ceafd54

Please sign in to comment.