Skip to content

Commit

Permalink
specify branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarsen committed Apr 13, 2020
1 parent a5358f2 commit b98e587
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Create a `main.yml` file in `./github/workflows`.
```yaml
name: Jekyll Deploy

on: [push]
on:
push:
branches:
- master

jobs:
build_and_deploy:
Expand Down Expand Up @@ -49,7 +52,10 @@ If you use a directory other than `_site` as the Jekyll build destination, set i
```yaml
name: Jekyll Deploy
on: [push]
on:
push:
branches:
- master
jobs:
build_and_deploy:
Expand Down

0 comments on commit b98e587

Please sign in to comment.