Skip to content

Commit

Permalink
chore: docker-branch只接收分支的构建
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Oct 12, 2024
1 parent 16aa624 commit bbd1faa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-branch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: build docker
name: build docker branch image

on:
push:
branches:
- '*'

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

0 comments on commit bbd1faa

Please sign in to comment.