Skip to content

EddyTheCo pull_request_target to main #21

EddyTheCo pull_request_target to main

EddyTheCo pull_request_target to main #21

Workflow file for this run

name: build-docs
run-name: ${{ github.actor }} ${{ github.event_name }} to ${{ github.base_ref }}
on:
pull_request_target:
types: [closed]
branches: [main]
jobs:
build_doxygen:
uses: EddyTheCo/Common/.github/workflows/build-docs.yml@v0.1.1
if: ${{ (github.event.pull_request.merged == true) && (startsWith(github.base_ref, 'main')) }}
permissions:
pages: write
id-token: write