Switch branch for push-generate-readme workflow
This commit is contained in:
parent
5b52a3f801
commit
ba04755b95
|
|
@ -2,14 +2,14 @@ name: VoronUsers Push Main CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'main'
|
||||||
jobs:
|
jobs:
|
||||||
setup_python:
|
setup_python:
|
||||||
name: Rebuild repo caches
|
name: Rebuild repo caches
|
||||||
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v1
|
uses: VoronDesign/.github/.github/workflows/prepare-environment.yml@v1
|
||||||
with:
|
with:
|
||||||
apt-packages: "admesh, libadmesh-dev"
|
apt-packages: "admesh, libadmesh-dev"
|
||||||
pip-packages: "admesh pyyaml imagekitio git+https://github.com/ChristophSchranz/Tweaker-3.git"
|
pip-packages: "admesh imagekitio git+https://github.com/ChristophSchranz/Tweaker-3.git"
|
||||||
python-cache-key: voronusers-python-cache
|
python-cache-key: voronusers-python-cache
|
||||||
preview_readme:
|
preview_readme:
|
||||||
name: Generate README
|
name: Generate README
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue