aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilvio2021-05-19 15:29:34 +0200
committerGitHub2021-05-19 15:29:34 +0200
commitec49e551891baba27666abaa5363eed1e83f4f9b (patch)
tree7979c1119473deec5be042d6a761baf5a3a9de4a
parentf3bed59d82c132a0c3e29eeff777fa4ea816ef5d (diff)
parentfcc9cf0f183f3c75c42cc6ffb91009019c2f2cdc (diff)
downloadlanguagetool-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
-rw-r--r--.github/workflows/test.yml4
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: