Skip to content

Update main branch

Update main branch #33

Workflow file for this run

name: homepage
on:
workflow_dispatch: # manual trigger
pull_request:
types: [ opened, reopened, synchronize, edited, ready_for_review ]
push:
branches: [
"main",
]
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-*
jobs:
homepage:
uses: ./.github/workflows/job-homepage.yaml
permissions:
contents: read
pages: write
id-token: write
with:
runs-on: "${{ vars.OPENDUT_GH_RUNNER_SMALL || '[\"ubuntu-latest\"]' }}"