Skip to content

Commit

Permalink
Build images for all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
korridor committed Jun 6, 2024
1 parent 7fb58ea commit 1fdbfe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
branches:
- main
- develop
tags:
- '*'
pull_request:
paths:
- '.github/workflows/build-private.yml'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
branches:
- main
- develop
tags:
- '*'
pull_request:
paths:
- '.github/workflows/build-public.yml'
Expand Down

0 comments on commit 1fdbfe7

Please sign in to comment.