Skip to content
This repository was archived by the owner on Mar 3, 2021. It is now read-only.

Commit 4f8830c

Browse files
committed
qa: update release-containers workflow to trigger on published release
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent 3118a4e commit 4f8830c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release-containers.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Release container
22

33
on:
4-
push:
5-
branches-ignore:
6-
- '**'
7-
tags:
8-
- '*'
4+
release:
5+
types: [published]
96

107
jobs:
118
tags:

0 commit comments

Comments
 (0)