Skip to content

Commit

Permalink
rename yaml to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanlee1995 committed Dec 6, 2023
1 parent f86d766 commit f044e15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ name: Docker

on:
push:
branches: [ "master", "*" ]
branches: [ "master", "wi24" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
paths-ignore:
- 'README.md'
pull_request:
branches: [ "*" ]
branches: [ "master", "wi24" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
paths-ignore:
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f044e15

Please sign in to comment.