We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a409d + 75a0764 commit 9022617Copy full SHA for 9022617
.github/workflows/ci.yml
@@ -6,8 +6,8 @@ on:
6
- main
7
- release/v**
8
pull_request:
9
- branches-ignore:
10
- - release/v** # macOS code-signing only works on `push` events, not `pull_request` events
+ branches-ignore:
+ - release/v*.*.* # macOS code-signing only works on `push` events, not `pull_request` events
11
12
jobs:
13
lint:
.github/workflows/website.yml
@@ -3,7 +3,7 @@ name: Website
3
on:
4
push:
5
tags:
- - v*
+ - v*.*.*
workflow_dispatch: # For manually verify website deployment
0 commit comments