Update docker.yml

limit docker build to main branch
This commit is contained in:
yuhan6665 2023-04-29 23:05:53 -04:00 committed by GitHub
parent dd81ad5342
commit ae518cce52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build docker image
on:
push:
branches:
- '*'
- main
jobs:
build-image: