Update build.yml

This commit is contained in:
Daniel Lautzenheiser
2023-02-16 13:28:34 -05:00
committed by GitHub
parent 9880ba6e44
commit 972199ee2f

View File

@ -3,9 +3,9 @@ name: Build
on:
workflow_dispatch:
push:
branches: ["main"]
branches: ["main", "next"]
pull_request:
branches: ["main"]
branches: ["main", "next"]
jobs:
build: