Skip to content

test commit

test commit #12

Workflow file for this run

name: Build events
on:
issue_comment:
types: [created, edited, deleted]
jobs:
build:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.html_url, '/force-build') }}
uses: ./.github/workflows/build.yaml
secrets: inherit