Only build on push to avoid duplicate build

This commit is contained in:
George Narroway 2019-11-17 14:02:07 +08:00
parent ac1f598f4f
commit 2a128fc77d

View file

@ -1,6 +1,9 @@
name: Clojure CI
on: [push]
on:
push:
branches:
- master
jobs:
build: