Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy committed Jun 20, 2024
1 parent cde7915 commit 2c69356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/protocol-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on: # yamllint disable-line rule:truthy
- "protocol/v[0-9]+.[0-9]+.[0-9]+" # e.g.: protocol/v1.0.1
- "protocol/v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" # e.g.: protocol/v1.0.1-rc1
- "protocol/v[0-9]+.[0-9]+.[0-9]+-dev[0-9]+" # e.g.: protocol/v1.0.1-dev1
- "chenyao/test-vault-order-replace"

jobs:
protocol-release:
Expand Down
1 change: 0 additions & 1 deletion protocol/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on: # yamllint disable-line rule:truthy
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # e.g.: v1.0.1
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" # e.g.: v1.0.1-rc1
- "chenyao/test-vault-order-replace"

jobs:
build:
Expand Down

0 comments on commit 2c69356

Please sign in to comment.