Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update cicd workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tu.Le committed Sep 18, 2023
1 parent cebc9e3 commit 1926456
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ethers-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SDK publish on release - Ether
on:
workflow_run:
workflows: ["testing"]
branches: [devops/update-cicd-pipeline]
branches: ["devops/update-cicd-pipeline"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ethers-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SDK publish on release - JavaScript
on:
workflow_run:
workflows: ["testing"]
branches: [devops/update-cicd-pipeline]
branches: ["devops/update-cicd-pipeline"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SDK publish on release - Java
on:
workflow_run:
workflows: ["testing"]
branches: [devops/update-cicd-pipeline]
branches: ["devops/update-cicd-pipeline"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SDK publish on release - Python
on:
workflow_run:
workflows: ["testing"]
branches: [devops/update-cicd-pipeline]
branches: ["devops/update-cicd-pipeline"]
types:
- completed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: testing
on:
push:
branches:
- devops/update-cicd-pipeline
- "devops/update-cicd-pipeline"
pull_request:
types:
- opened
Expand Down

0 comments on commit 1926456

Please sign in to comment.