Skip to content

documentation: fix event in proglang example #445

documentation: fix event in proglang example

documentation: fix event in proglang example #445

Workflow file for this run

name: CI-CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
init:
uses: ./.github/workflows/init.yml
ci:
uses: ./.github/workflows/ci.yml
needs: init
doc:
uses: ./.github/workflows/doc.yml
needs: ci
cd:
uses: ./.github/workflows/cd.yml
secrets: inherit
needs: doc