Skip to content

switch dispatch action to org workflow #130

switch dispatch action to org workflow

switch dispatch action to org workflow #130

Workflow file for this run

name: build
on:
push:
branches-ignore:
- 'coverity_scan'
pull_request:
jobs:
build:
name: Check package
uses: r-simmer/workflows/.github/workflows/build.yml@main
secrets: inherit
dispatch:
name: Dispatch extensions
needs: build
uses: r-simmer/workflows/.github/workflows/dispatch.yml@main
secrets: inherit