Skip to content

Commit

Permalink
rename .yaml to .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 12, 2023
1 parent b35c13d commit cf137ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
push:
paths:
- 'envs/*.yml'
- '.github/workflows/test-conda-forge-install.yaml'
- '.github/workflows/test-conda-forge-install.yml'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]
push:
paths:
- 'envs/*.yml'
- '.github/workflows/test-conda-venv-install.yaml'
- '.github/workflows/test-conda-venv-install.yml'

jobs:
build:
Expand Down
File renamed without changes.

0 comments on commit cf137ed

Please sign in to comment.