Skip to content

Commit fd280ed

Browse files
author
Vincent Moens
authored
[CI] Schedule workflows for releases (#2114)
1 parent 9a9fa5b commit fd280ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- release/*
78
pull_request:
89
branches:
910
- "*"

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [opened, synchronize, reopened]
55
push:
66
branches:
7-
- release/0.4.0
7+
- release/*
88

99
concurrency:
1010
# Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.

0 commit comments

Comments
 (0)