diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 421453d..6013b3b 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -5,9 +5,9 @@ name: Build and Test on: push: - branches: [ "main" ] + branches: [ "main", "v[0-9].x.x" ] pull_request: - branches: [ "main" ] + branches: [ "main", "v[0-9].x.x" ] permissions: checks: write diff --git a/src/types.ts b/src/types.ts index 811d8a7..142d90c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -176,5 +176,3 @@ export interface DoubleCsrfUtilities { */ doubleCsrfProtection: doubleCsrfProtection; } - -export {}; \ No newline at end of file