Skip to content

Commit

Permalink
ci: fix tag pattern in build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 14, 2025
1 parent e04ffbf commit e18401c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bff-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths:
- 'bff/**'
tags:
- 'bff/*.*.*'
- 'bff-*.*.*'
pull_request:
paths:
- 'bff/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/identity-server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
- releases/is/**
tags:
- 'is/*.*.*'
- 'is-*.*.*'
paths:
- 'identity-server/**'

Expand Down

0 comments on commit e18401c

Please sign in to comment.