Skip to content

Bugfix: preserve page title on "add pattern" (#246) #575

Bugfix: preserve page title on "add pattern" (#246)

Bugfix: preserve page title on "add pattern" (#246) #575

Workflow file for this run

name: 'Run tests'
on:
push:
branches:
- main
pull_request:
jobs:
run-tests:
uses: ./.github/workflows/_validate.yml
e2e:
needs: [run-tests]
uses: ./.github/workflows/_playwright.yml
secrets: inherit