Skip to content

Commit 6963809

Browse files
ci: run workflows on PRs to release branches (#162)
1 parent bc05728 commit 6963809

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111
- '.github/workflows/**'
1212
- 'Project.toml'
1313
pull_request:
14-
branches:
15-
- master
1614
paths:
1715
- 'test/**'
1816
- 'src/**'

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- 'master'
8-
- 'release-'
8+
- 'release-*'
99
tags: '*'
1010
pull_request:
1111

0 commit comments

Comments
 (0)