Skip to content

Commit

Permalink
chore: exclude dev tags in docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Feb 5, 2024
1 parent 9f5ebf2 commit 518bc48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
tags:
- 'v*'
tags-ignore:
- '*-dev'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 518bc48

Please sign in to comment.