Skip to content

Commit e247c79

Browse files
authored
CI: run regression-tests.yml on all PRs & primary branches (JuliaDocs#2694)
1 parent 9288693 commit e247c79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/regression-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: 'Regression Tests'
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- master
7+
- release-*
8+
# You can suffix the branch name with '-runci' to run the CI on that branch
9+
# without having to open a pull request. This is useful for long-lived branches.
10+
- '*/*-runci'
11+
tags: '*'
412
pull_request:
513
paths:
614
- '.github/workflows/regression-tests.yml'

0 commit comments

Comments
 (0)