Only build on push to avoid duplicate build
This commit is contained in:
parent
ac1f598f4f
commit
2a128fc77d
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
name: Clojure CI
|
name: Clojure CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
Loading…
Reference in a new issue