2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Change when CI runs

Run it for all pull requests, the master branch, and any branches that end with `-ci`.
This commit is contained in:
XhmikosR
2020-04-15 16:43:02 +03:00
parent 0c731dd24f
commit 37dc6e1031
7 changed files with 70 additions and 7 deletions
+10 -1
View File
@@ -1,5 +1,14 @@
name: Docs
on: [push, pull_request]
on:
push:
branches:
- master
- "**-ci"
pull_request:
branches:
- "**"
env:
CI: true
NODE: 10.x