Skip to content

Commit

Permalink
fix ci mainnet (rooch-network#2661)
Browse files Browse the repository at this point in the history
* fix ci mainnet

* tag required set to true when deploy
  • Loading branch information
yourmoonlight authored Sep 20, 2024
1 parent 115eafa commit 14a9dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deploy MAINNET Seed

on:
workflow_dispatch:
inputs:
tagName:
ref:
description: 'Tag or branch to deploy'
default: 'main'
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
ref:
description: 'Tag or branch to deploy'
default: 'main'
required: true
# workflow_run:
# workflows: ["Build Docker And Deploy Seed"]
# types:
Expand Down

0 comments on commit 14a9dae

Please sign in to comment.