diff options
author | Dmytro <13066272+TheElan@users.noreply.github.com> | 2021-12-08 19:59:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 18:59:01 +0100 |
commit | bbe81c345718d26882c1c575cf140079b0e4834b (patch) | |
tree | 7d5f80fc50f4e514e5d7f21b8e99c65a0f2fbdd0 | |
parent | a64828471b1665fa1f853151935d623b3b5ee80b (diff) | |
download | GT5-Unofficial-bbe81c345718d26882c1c575cf140079b0e4834b.tar.gz GT5-Unofficial-bbe81c345718d26882c1c575cf140079b0e4834b.tar.bz2 GT5-Unofficial-bbe81c345718d26882c1c575cf140079b0e4834b.zip |
target concrete branches on push in scala test (#788)
-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 |