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:
branches:
- "master"
- "v2.x"
- "v1.x"
pull_request:
branches:
- "master"
- "v2.x"
- "v1.x"
permissions:
contents: write