From 16a80391d9e3ce540f4e55c9c62326bd4e05863b Mon Sep 17 00:00:00 2001 From: Flook Peter Date: Fri, 14 Jun 2024 14:35:18 +0800 Subject: [PATCH] Re-enable sbt-tests github action --- .github/workflows/sbt-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sbt-tests.yml b/.github/workflows/sbt-tests.yml index 51f39be24..26ff45d9f 100644 --- a/.github/workflows/sbt-tests.yml +++ b/.github/workflows/sbt-tests.yml @@ -7,9 +7,9 @@ name: SBT Tests on: push: - branches-ignore: [ "main" ] + branches: [ "main" ] pull_request: - branches-ignore: [ "main" ] + branches: [ "main" ] permissions: contents: read