Skip to content

Commit

Permalink
ci: more precise filters
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Apr 23, 2024
1 parent 2fedfb9 commit c876fe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and push Docker image
on:
push:
tags:
- "*.*.*"
- "v*.*.*"

jobs:
docker:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- "**"
tags:
- "v*.*.*"

jobs:
docker:
Expand Down

0 comments on commit c876fe8

Please sign in to comment.