Skip to content

Commit

Permalink
feat: trigger deploys manually (#7795)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Aug 7, 2024
1 parent daa1fd8 commit cbb843e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/devnet-deploys.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deploy to network
on:
push:
branches: [devnet, provernet, alphanet]
# push:
# branches: [devnet, provernet, alphanet]
workflow_dispatch:
inputs: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/metrics-deploys.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deploy metrics
on:
push:
branches: [devnet]
# push:
# branches: [devnet]
workflow_dispatch:
inputs: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit cbb843e

Please sign in to comment.