diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index 458687e..1e3e48b 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -7,9 +7,13 @@ name: Scala CI on: push: - branches: [ "main" ] + branches: + - "main" + tags: + - "*" pull_request: - branches: [ "main" ] + branches: + - "main" permissions: contents: read