summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2019-11-26 09:46:27 -0600
committerGitHub <noreply@github.com>2019-11-26 09:46:27 -0600
commitb807819d5501ee7ba22a178d3acfb8fa6d6bcde7 (patch)
treebc2a891a9b84e6ae6af53ac2cc573a06a0248366 /.github
parentf1716357df721cbbaeacfcf8b1e7a12d4cb99459 (diff)
downloadwabt-b807819d5501ee7ba22a178d3acfb8fa6d6bcde7.tar.gz
wabt-b807819d5501ee7ba22a178d3acfb8fa6d6bcde7.tar.bz2
wabt-b807819d5501ee7ba22a178d3acfb8fa6d6bcde7.zip
Run github actions on push as well as PR (#1254)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 23656c4f..8c7d2db1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,6 @@
name: CI
-on: [pull_request]
+on: [push, pull_request]
jobs:
build: