diff options
author | silvio | 2021-05-19 15:29:34 +0200 |
---|---|---|
committer | GitHub | 2021-05-19 15:29:34 +0200 |
commit | ec49e551891baba27666abaa5363eed1e83f4f9b (patch) | |
tree | 7979c1119473deec5be042d6a761baf5a3a9de4a /.github/workflows/test.yml | |
parent | f3bed59d82c132a0c3e29eeff777fa4ea816ef5d (diff) | |
parent | fcc9cf0f183f3c75c42cc6ffb91009019c2f2cdc (diff) | |
download | languagetool-ec49e551891baba27666abaa5363eed1e83f4f9b.tar.gz |
Merge pull request #23 from silvio/sfr/test-with-github-actions
github: test: start on all pushes, pull_requests and manual triggers
Diffstat (limited to '.github/workflows/test.yml')
-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: |