Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
halivert committed Feb 20, 2021
1 parent 661f6c1 commit 3325954
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Jekyll site

on:
push:
branches: [dev]
branches: [main]
pull_request:
branches: [dev]
branches: [main]

jobs:
build:
Expand All @@ -28,4 +28,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: "main"
target_branch: "site"

0 comments on commit 3325954

Please sign in to comment.