Skip to content

Commit

Permalink
chore: remove test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Sep 30, 2024
1 parent fe06749 commit 65c608a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Docker

on:
push:
branches: [ "main", "feature/docker" ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
branches: [ "main" ]
tags:
- '**'
paths-ignore:
- '**.md'
pull_request:
Expand Down

0 comments on commit 65c608a

Please sign in to comment.