added support for v2.x and v1.x branches

This commit is contained in:
skye rogers 2025-03-31 12:08:27 -07:00
parent 5cb96ad76a
commit 2a2aeb869f

View file

@ -11,9 +11,13 @@ on:
push: push:
branches: branches:
- "master" - "master"
- "v2.x"
- "v1.x"
pull_request: pull_request:
branches: branches:
- "master" - "master"
- "v2.x"
- "v1.x"
permissions: permissions:
contents: write contents: write