Skip to content

Commit 2776003

Browse files
authored
Update images on push to main (#19)
This will automatically update the images on a bug fix without waiting for a release and without the need to manually trigger.
1 parent 7c2b329 commit 2776003

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/update-latest-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- ponyc-musl-nightly-released
77
workflow_dispatch:
8+
push:
9+
branches:
10+
- main
811

912
concurrency:
1013
group: "rebuild-latest-images"

.github/workflows/update-release-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- ponyc-musl-released
77
workflow_dispatch:
8+
push:
9+
branches:
10+
- main
811

912
concurrency:
1013
group: "rebuild-release-images"

0 commit comments

Comments
 (0)