Skip to content

Commit

Permalink
develop: Use single quotes in github config
Browse files Browse the repository at this point in the history
  • Loading branch information
galales committed Apr 16, 2024
1 parent 4c6b4e0 commit ed76ff7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: "Build & Push"
on:
push:
branches:
- "develop"
- "main"
- 'develop'
- 'main'
tags:
- "*"
- '*'
paths:
- "packages/**"
- 'packages/**'

jobs:
build_push_image:
Expand Down

0 comments on commit ed76ff7

Please sign in to comment.