change to main and pull_request

This commit is contained in:
Joe Howarth 2023-01-20 10:27:22 -07:00
parent 7f97d6e0a8
commit eeaa91a2d4
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ name: Create and publish a Docker image
on:
push:
branches: ["main", "build-docker-images-on-main-too"]
branches: ["main"]
pull_request:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}