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: on:
pull_request: pull_request:
branches: branches:
- master_jammy - master
push: push:
branches: branches:
- master_jammy - master
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest