Skip to content

Commit fe02993

Browse files
committed
FIX: Halt the actions for other maintenance branches
1 parent e0a945e commit fe02993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Nightly
1717
on:
1818
push:
1919
branches:
20-
- '*-maintenance'
20+
- '10.10-maintenance'
2121

2222
jobs:
2323
ci:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR
33
on:
44
pull_request:
55
branches:
6-
- '*-maintenance'
6+
- '10.10-maintenance'
77

88
concurrency:
99
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)