ci: add alpha branch to main workflow

This commit is contained in:
Elliot DeNolf
2024-03-08 20:57:14 -05:00
parent 3e6a4073c4
commit 1e5a531a83

View File

@@ -4,7 +4,7 @@ on:
pull_request:
types: [ opened, reopened, synchronize ]
push:
branches: ['main', 'feat/next-poc']
branches: ['main', 'alpha']
jobs:
changes: