diff options
author | 2019-09-16 14:31:36 +0200 | |
---|---|---|
committer | 2019-09-16 14:31:36 +0200 | |
commit | bb5cac49d028eb53c259ae58e3a007ebfb736fd4 (patch) | |
tree | 05702522886bc58cee7fee3c0948476a16f238c7 /.github/workflows/integration.yml | |
parent | 9b65481fafce286011a8a0edd6c75888857e3edf (diff) | |
download | iced-bb5cac49d028eb53c259ae58e3a007ebfb736fd4.tar.gz iced-bb5cac49d028eb53c259ae58e3a007ebfb736fd4.tar.bz2 iced-bb5cac49d028eb53c259ae58e3a007ebfb736fd4.zip |
Enable GitHub CI on pull requests
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f574e930..f9f98ed4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,5 +1,5 @@ name: Integration -on: [push] +on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} |