Skip to content

Commit 00c9c83

Browse files
authored
Merge pull request #17 from warpdotdev/lili/run-workflow-on-push
Build images on push to main
2 parents 79f1b63 + 39f691d commit 00c9c83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build and Push Dev Images
22

33
on:
4+
push:
5+
branches:
6+
- main
47
workflow_dispatch:
58
inputs:
69
image:

0 commit comments

Comments
 (0)