Skip to content

Commit

Permalink
chore(CICD): enable push docker image for git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibnizhu committed Apr 7, 2024
1 parent 4f5a1bd commit ff8b0ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ name: Scala CI

on:
push:
branches: [ "main" ]
branches:
- "main"
tags:
- "*"
pull_request:
branches: [ "main" ]
branches:
- "main"

permissions:
contents: read
Expand Down

0 comments on commit ff8b0ea

Please sign in to comment.