[cleanup] Build files cleanup

- Fix `AUTHORS` file by doing an unshallow checkout
- Update triggers for nightly/master release

Authored by: bashonly
This commit is contained in:
bashonly
2024-02-11 17:35:27 +01:00
committed by Simon Sawicki
parent 920397634d
commit 867f637b95
3 changed files with 12 additions and 1 deletions

View File

@@ -246,6 +246,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"