Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik committed Apr 23, 2024
1 parent 39a84a2 commit 962ed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Build docker image
on:
push:
branches: [ "main" ]
tags:
- "v*"
pull_request:
branches: [ "main" ]
tags:
- "v*"

permissions:
contents: read
Expand Down

0 comments on commit 962ed3d

Please sign in to comment.