Skip to content

Commit

Permalink
try fix GH workflow for build images
Browse files Browse the repository at this point in the history
Signed-off-by: Tuomo Tanskanen <[email protected]>
  • Loading branch information
tuminoid committed Mar 1, 2024
1 parent 4208058 commit 98ae522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: build-images-action
on:
push:
branches:
- 'main'
- 'release-*'
- main
- release-*
tags:
- 'v*'
- v*

permissions: {}

Expand Down

0 comments on commit 98ae522

Please sign in to comment.