Skip to content

Commit

Permalink
Merge pull request #129 from Rotzbua/fix_ci_branch
Browse files Browse the repository at this point in the history
fix(ci): default branch renamed to `main`
  • Loading branch information
t-paul authored Jul 11, 2024
2 parents 92d7696 + a6e12a7 commit 8efc78b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion cheatsheet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h2>Mathematical</h2>
</section>

<footer>
<a href="https://github.com/openscad/openscad.github.com/tree/master/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
<a href="https://github.com/openscad/openscad.github.com/tree/main/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
By <a href="http://www.peteruithoven.nl" target="_blank">Peter Uithoven</a> @ <a href="http://www.fablabamersfoort.nl" target="_blank">Fablab Amersfoort</a> (<a href="http://freedomdefined.org/Licenses/CC-BY" target="_blank">CC-BY</a>)
</footer>
</body>
Expand Down
2 changes: 1 addition & 1 deletion cheatsheet/snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ <h2>Mathematical</h2>
</section>

<footer>
<a href="https://github.com/openscad/openscad.github.com/tree/master/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
<a href="https://github.com/openscad/openscad.github.com/tree/main/cheatsheet" target="_blank">Edit me on GitHub!</a><br/>
By <a href="http://www.peteruithoven.nl" target="_blank">Peter Uithoven</a> @ <a href="http://www.fablabamersfoort.nl" target="_blank">Fablab Amersfoort</a> (<a href="http://freedomdefined.org/Licenses/CC-BY" target="_blank">CC-BY</a>)
</footer>
</body>
Expand Down

0 comments on commit 8efc78b

Please sign in to comment.