Reference proper branch name
Some checks failed
Build Python App / build (push) Failing after 22s

This commit is contained in:
Carlos Rivas 2024-08-23 21:21:35 -07:00
parent 78dd9de847
commit 5fa4e4c37f

View file

@ -2,9 +2,9 @@ name: Build Python App
on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
jobs:
build: