ci: Run for master branch, not master_jammy

This commit is contained in:
Ian Douglas Scott 2024-07-25 18:38:18 -07:00 committed by Victoria Brekenfeld
parent de264e250f
commit f0eeefb6fe

View file

@ -2,10 +2,10 @@ name: "Build"
on:
pull_request:
branches:
- master_jammy
- master
push:
branches:
- master_jammy
- master
jobs:
build:
runs-on: ubuntu-latest