From bbe81c345718d26882c1c575cf140079b0e4834b Mon Sep 17 00:00:00 2001 From: Dmytro <13066272+TheElan@users.noreply.github.com> Date: Wed, 8 Dec 2021 19:59:01 +0200 Subject: target concrete branches on push in scala test (#788) --- .github/workflows/test-scala-presence.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-scala-presence.yml b/.github/workflows/test-scala-presence.yml index 9bfd16e04e..6b1091e1fd 100644 --- a/.github/workflows/test-scala-presence.yml +++ b/.github/workflows/test-scala-presence.yml @@ -4,7 +4,7 @@ on: pull_request: branches: [ master, main ] push: - branches: [ "**" ] + branches: [ master, main ] jobs: test-scala-presence: @@ -15,4 +15,4 @@ jobs: - name: Check file content uses: mattsb42-meta/not-grep@1.0.0 with: - config-file: ./.github/test-scala-presence.toml \ No newline at end of file + config-file: ./.github/test-scala-presence.toml -- cgit