diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-02 18:15:50 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-02 18:15:50 -0800 |
| commit | 0e7186478ae94a9350329087178a4a06a2dc342c (patch) | |
| tree | 331ec72137ca40ad9977c4ae0112f4f1f372c610 /.github/workflows/linux.yml | |
| parent | 60198afcb25766a5ca060c9d3c368c4d37ad40da (diff) | |
| download | nng-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.yml | 2 |
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: |
