Skip to content

Commit

Permalink
[VL][CI] Change to use push event to trigger docker build workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE authored Aug 19, 2024
1 parent 6a59ce8 commit ed6241a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
name: Build and Push Docker Image

on:
pull_request:
push:
branches:
- main
paths:
- '.github/workflows/docker_image.yml'
schedule:
Expand Down

0 comments on commit ed6241a

Please sign in to comment.