Add push trigger to GitHub Actions workflow for main branch

This commit is contained in:
Mo Tarbin 2025-01-20 22:17:14 -05:00
parent 009954857c
commit d648458de1

View file

@ -3,7 +3,8 @@ name: Test and Build
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest