aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2020-06-25 10:18:18 -0400
committerGitHub <[email protected]>2020-06-25 10:18:18 -0400
commit7d25805889ccda393e622d3732cc2dc287dc3c15 (patch)
treeb12bafcb8e33559b7a4860c6b39c700cb83f4942
parent39964ce5f546309d1b7807b2d0f038885ed9dcc3 (diff)
run on push + PR
-rw-r--r--.github/workflows/main.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9d3aacf..b758474 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,6 +1,12 @@
name: CI
-on: [push]
+on:
+ pull_request:
+ branches:
+ - '**'
+ push:
+ branches:
+ - master
jobs:
build: