Skip to content

Commit

Permalink
Merge pull request #1488 from Nordix/tuomo/fix-build-image-workflow
Browse files Browse the repository at this point in the history
🌱 try fix GH workflow for image building
  • Loading branch information
metal3-io-bot authored Mar 1, 2024
2 parents 4208058 + 98ae522 commit 971f963
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 971f963

Please sign in to comment.