summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2019-08-28 21:02:03 -0700
committerGitHub <noreply@github.com>2019-08-28 21:02:03 -0700
commit2c17d235b280630baa053200ca488a107344b296 (patch)
tree719a75592e04678a6a05225bd3d088ac40053bb6 /.github
parent6106909c1094b39980dd6f94ca17782681f3be9a (diff)
Build on all branch pushes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 90e5f96be..2a1f9b3e0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,11 +1,6 @@
name: Build CI
-on:
- push:
- branches:
- - master
- pull_request:
- release:
+on: [push, pull_request, release]
jobs:
test: