Skip to content

Commit 040f1c4

Browse files
authored
Discard changes to .github/workflows/build-image.yaml
1 parent a3843af commit 040f1c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Publish container image
22

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
release:
6+
types:
7+
- created
68
schedule:
79
- cron: 00 00 * * *
810

0 commit comments

Comments
 (0)