Switch branch for push-generate-readme workflow

This commit is contained in:
Florian Heilmann 2023-07-13 16:44:36 +02:00
parent 5b52a3f801
commit ba04755b95
1 changed files with 2 additions and 2 deletions

View File

@ -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