Skip to content

feat: Add URLs for custom events and URL filtering. #1431

feat: Add URLs for custom events and URL filtering.

feat: Add URLs for custom events and URL filtering. #1431

Workflow file for this run

name: sdk/akamai-base
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-akamai:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/akamai-server-base-sdk'
workspace_path: packages/sdk/akamai-base