Skip to content

Commit 9022617

Browse files
committed
Merge branch 'main' into release/v5.18.0
Signed-off-by: Adam Setch <[email protected]>
2 parents b5a409d + 75a0764 commit 9022617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- main
77
- release/v**
88
pull_request:
9-
branches-ignore:
10-
- release/v** # macOS code-signing only works on `push` events, not `pull_request` events
9+
branches-ignore:
10+
- release/v*.*.* # macOS code-signing only works on `push` events, not `pull_request` events
1111

1212
jobs:
1313
lint:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Website
33
on:
44
push:
55
tags:
6-
- v*
6+
- v*.*.*
77
workflow_dispatch: # For manually verify website deployment
88

99
jobs:

0 commit comments

Comments
 (0)