diff options
-rw-r--r-- | .github/workflows/test-scala-presence.yml | 4 |
1 files 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 |