Skip to content

Commit 67f4040

Browse files
authored
Merge pull request #849 from JuliaRobotics/22Q1/ci/fix_branches
Update ci.yml
2 parents 11f6b2d + bff1062 commit 67f4040

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

@@ -169,4 +169,4 @@ jobs:
169169
run: |
170170
julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
171171
julia --project=docs/ docs/make.jl
172-
172+

0 commit comments

Comments
 (0)