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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: