Allow rust-dev to trigger deployment to prevent frequent main merging.

This commit is contained in:
Christbru 2025-10-19 07:34:46 -05:00
commit 4ddd3e2dce

View file

@ -4,7 +4,7 @@ name: Build and Deploy
on:
push:
branches: ["main"]
branches: ["main", "rust-dev"]
jobs:
build-and-deploy: