switch branch trigger for testing

This commit is contained in:
ColemanRoo 2025-01-27 10:43:05 -06:00
parent d33be6805e
commit 9dd0389d3d

View file

@ -1,9 +1,11 @@
on:
push:
branches: []
branches:
- feature/extension-test
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
branches: [main]
branches: [feature/extension-test]
workflow_dispatch:
jobs:
build: