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: on:
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
push:
branches: [ "main" ]
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest