aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.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/windows.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/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index b94179cc6..34714fdd4 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -1,5 +1,5 @@
name: Windows
-on: push
+on: [push, pull_request]
jobs:
buildInContainer: