Merge remote-tracking branch 'upstream/main' into terra

This commit is contained in:
dusk 2021-10-23 12:07:00 +03:00
commit 776fe9fb2f
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: "Check & Cachix"
on:
push:
branches:
- master
- main
- trying
- staging
jobs:

View File

@ -3,7 +3,7 @@ name: Deploy Docs to GitHub Pages
on:
push:
branches:
- master
- main
jobs:
deploy:

View File

@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: master
ref: main
- name: Update Changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
@ -49,7 +49,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: master
ref: main
- name: Get Changelog Entry
id: changelog_reader