Skip to content

Commit

Permalink
Merge pull request #232 from jekyll/sub-master-for-main
Browse files Browse the repository at this point in the history
CI: use 'main' branch instead of 'master'
  • Loading branch information
parkr authored Apr 20, 2022
2 parents eb4d7c7 + 8f71ab3 commit 5e9d257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: Continuous Integration
on:
push:
branches:
- master
- main
- /.*-stable/
pull_request:
branches:
- master
- main
- /.*-stable/

jobs:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "{build}"
clone_depth: 5
branches:
only:
- master
- main

build: off

Expand Down

0 comments on commit 5e9d257

Please sign in to comment.