Skip to content

webhook template tags (#859) #401

webhook template tags (#859)

webhook template tags (#859) #401

Workflow file for this run

# Run CI when changes are made to the API package
name: API CI
on:
push:
branches:
- main
paths:
- 'packages/api/**'
pull_request:
branches:
- main
paths:
- 'packages/api/**'
workflow_dispatch:
jobs:
api:
uses: ./.github/workflows/shared-workflow.yaml
with:
package-name: 'api'
is_backend: 'true'
run_lint: 'true'