Skip to content

Commit 541b7c8

Browse files
authored
Merge pull request #850 from JuliaRobotics/22Q1/backport/ci/fix_branches
Update ci.yml
2 parents 0faaf95 + a02fc90 commit 541b7c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22
on:
33
pull_request:
44
push:
5-
branch:
5+
branches:
66
- master
7-
- release**
7+
- release/*
88
tags:
99
- v**
1010

@@ -167,4 +167,4 @@ jobs:
167167
run: |
168168
julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
169169
julia --project=docs/ docs/make.jl
170-
170+

0 commit comments

Comments
 (0)