Skip to content

Commit

Permalink
Revert "refactor: yml -> yaml standardization (#247)"
Browse files Browse the repository at this point in the history
This reverts commit 1eedd3a and 57bf6c4.
  • Loading branch information
Constrat committed Dec 14, 2024
1 parent 57bf6c4 commit cd06a8f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- nginx.conf
- 'MaaAssistantArknights/**'
- .github/workflows/deploy.yaml
- .github/workflows/deploy.yml
workflow_dispatch:

jobs:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths:
- 'MaaAssistantArknights/api/resource/**'
- 'MaaAssistantArknights/api/gui/StageActivity.json'
- '.github/workflows/sync-resource.yaml'
- '.github/workflows/sync-resource.yml'

jobs:
sync-reource:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-resource
on:
push:
paths:
- .github/workflows/update-resource.yaml
- .github/workflows/update-resource.yml
workflow_dispatch:

concurrency:
Expand Down
File renamed without changes.

0 comments on commit cd06a8f

Please sign in to comment.