Fix branch name in GitHub Actions workflows

This commit is contained in:
Brandon Rhodes 2024-02-05 14:01:17 -05:00
parent bb92fcd031
commit b921296cbe
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ name: ci
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
compile-linux-and-test: compile-linux-and-test: