Skip to content

Commit 3529228

Browse files
jannausvenpeter42
authored andcommitted
CI: uefi-only: Run on tags and releases/* branches
Only runs on tags shall be used to update the package for the uefi-only installer target. Testing on release branches ensures that the workflow runs before a tag is created. Signed-off-by: Janne Grunau <[email protected]>
1 parent 11548d7 commit 3529228

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/installer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
# build workflow so failures here are likely caused by the external
99
# sources. No need to run this on pull-requests unless this file is changed.
1010
push:
11-
branches: [ main ]
11+
branches: [ main, 'releases/**' ]
12+
tags: [ 'v*' ]
1213
pull_request:
1314
branches: [ main ]
1415
paths: [ .github/workflows/installer.yml ]

0 commit comments

Comments
 (0)