Skip to content

Commit

Permalink
ci: fix deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hyacinthus committed Jan 7, 2025
1 parent b2107a7 commit 16d6264
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 142 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Build Docker Image and Deploy
on:
push:
branches: [ main ]
tags:
- "v*.*.*"
paths-ignore:
- '.github/**'
- 'docs/**'
Expand All @@ -17,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Build Start
id: ci_start
Expand Down
140 changes: 0 additions & 140 deletions .github/workflows/testnet-dev.yml

This file was deleted.

0 comments on commit 16d6264

Please sign in to comment.