mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
ci: fix name of the main branch
This commit is contained in:
parent
8e1e4d36ed
commit
02224148c6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -3,10 +3,10 @@ name: Build and test
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue