Skip to content

Commit

Permalink
chore: replace single quotes with double qoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Oct 31, 2024
1 parent b27bf03 commit b4fb7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build, test and lint

on:
push:
branches: ['main']
branches: ["main"]
pull_request:
branches: ['main']
branches: ["main"]


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Create and publish a Docker image

on:
push:
branches: ['release']
tags: ['v*.*.*']
branches: ["release"]
tags: ["v*.*.*"]

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit b4fb7db

Please sign in to comment.