summaryrefslogtreecommitdiffstats
path: root/.github/workflows/integration.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-16 14:31:36 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-16 14:31:36 +0200
commitbb5cac49d028eb53c259ae58e3a007ebfb736fd4 (patch)
tree05702522886bc58cee7fee3c0948476a16f238c7 /.github/workflows/integration.yml
parent9b65481fafce286011a8a0edd6c75888857e3edf (diff)
downloadiced-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.yml2
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 }}