summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux-trusty-5.12.yml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-10-25 07:29:17 -0400
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-10-25 14:13:15 +0200
commita07c2feb9526e82111374bcac98deab7fbb71345 (patch)
treec4826f589bf50224a7c07c12b6d4d054afa22431 /.github/workflows/linux-trusty-5.12.yml
parent7273161acf294b78a48e193d57088430aa5cf3da (diff)
downloadsubsurface-a07c2feb9526e82111374bcac98deab7fbb71345.tar.gz
GitHub Actions: run them on pull requests as well
I wonder if this will cause issues where the actions sometimes run twice. But we'll deal with that rather than dealing with not having the tests on pull requests. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-trusty-5.12.yml')
-rw-r--r--.github/workflows/linux-trusty-5.12.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-trusty-5.12.yml b/.github/workflows/linux-trusty-5.12.yml
index 0c20915ae..2b6b72e59 100644
--- a/.github/workflows/linux-trusty-5.12.yml
+++ b/.github/workflows/linux-trusty-5.12.yml
@@ -1,5 +1,5 @@
name: Linux Qt 5.12
-on: push
+on: [push, pull_request]
jobs:
buildInContainer: