Skip to content

Commit

Permalink
Merge pull request #155 from hossain-khan/fix-default-branch
Browse files Browse the repository at this point in the history
[FIXED] Apparently `$default-branch` does not exist
  • Loading branch information
hossain-khan authored Nov 28, 2024
2 parents 07f76d5 + 0220807 commit 18531b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Jekyll site CI
# https://github.com/actions/starter-workflows/blob/main/ci/jekyll.yml
on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
branches: [ $default-branch ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 18531b1

Please # to comment.