diff options
| author | Silvio Fricke | 2021-05-19 15:25:11 +0200 |
|---|---|---|
| committer | Silvio Fricke | 2021-05-19 15:26:41 +0200 |
| commit | fcc9cf0f183f3c75c42cc6ffb91009019c2f2cdc (patch) | |
| tree | 7979c1119473deec5be042d6a761baf5a3a9de4a | |
| parent | f3bed59d82c132a0c3e29eeff777fa4ea816ef5d (diff) | |
| download | languagetool-fcc9cf0f183f3c75c42cc6ffb91009019c2f2cdc.tar.gz | |
github: test: start on all pull_requests and manual triggers; removed for all pushes
Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 377f85f..284e4bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,9 @@ name: Test for silviof/docker-languagetool -on: [ push ] +on: + pull_request: + workflow_dispatch: jobs: build: |