Skip to content

Commit

Permalink
Merge pull request #655 from stgraber/main
Browse files Browse the repository at this point in the history
footer: Add zabbly as sponsor
  • Loading branch information
stgraber authored Jul 18, 2023
2 parents d15a2fa + 2c0972c commit d04608c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TARGET: ${{ github.event.pull_request.base.ref }}
run: |
set -x
[ "${TARGET}" = "master" ] && exit 0
[ "${TARGET}" = "main" ] && exit 0
echo "Invalid branch target: ${TARGET}"
exit 1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git clone --filter=blob:none --no-checkout [email protected]:lxc/linuxcontainers.or
cd linuxcontainers.org/
git sparse-checkout set --cone
echo -e '/*\n!downloads' >> .git/info/sparse-checkout
git checkout master
git checkout main
git pull
mkdir -p downloads/cgmanager/
mkdir -p downloads/distrobuilder/
Expand Down
1 change: 1 addition & 0 deletions templates/common/footer.tpl.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<footer class="p-footer">
<div class="p-footer--secondary row">
<p class="p-footer--secondary__content">Project infrastructure sponsored by <a href="https://zabbly.com">Zabbly</a>.</p>
<nav class="p-footer--secondary__nav">
<ul class="p-inline-list--middot u-no-margin--bottom">
<li class="p-inline-list__item">
Expand Down

0 comments on commit d04608c

Please sign in to comment.