Skip to content

feat: create pr template and update contributing guide (#931) #717

feat: create pr template and update contributing guide (#931)

feat: create pr template and update contributing guide (#931) #717

Workflow file for this run

name: ci
on:
push:
branches: [main, release/**]
jobs:
build:
needs: e2e-tests
uses: './.github/workflows/build.yml'
with:
docPath: ${{ github.ref_name }}
docPublish: true
validate-os:
uses: './.github/workflows/validate-os.yml'
e2e-tests:
uses: './.github/workflows/e2e-tests.yml'