aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-02 18:15:50 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-02 18:15:50 -0800
commit0e7186478ae94a9350329087178a4a06a2dc342c (patch)
tree331ec72137ca40ad9977c4ae0112f4f1f372c610 /.github/workflows/linux.yml
parent60198afcb25766a5ca060c9d3c368c4d37ad40da (diff)
downloadnng-0e7186478ae94a9350329087178a4a06a2dc342c.tar.gz
nng-0e7186478ae94a9350329087178a4a06a2dc342c.tar.bz2
nng-0e7186478ae94a9350329087178a4a06a2dc342c.zip
GitHub actions need to run on pull requests too.
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 35b60fcd..d7386fd9 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -1,5 +1,5 @@
name: linux
-on: [push]
+on: [push, pull_request]
jobs:
build: