Action: Limit building/deploying to master branch
All checks were successful
/ jekyll (push) Successful in 16s
All checks were successful
/ jekyll (push) Successful in 16s
This commit is contained in:
parent
9f5a217f47
commit
a033193fa0
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
jekyll:
|
||||
runs-on: docker
|
||||
|
|
Loading…
Reference in a new issue