Only create docker images for master.

This commit is contained in:
Dan 2022-01-04 12:13:09 -05:00
parent 65cabbd544
commit 09b67da1c8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Create and publish a Docker image
on:
push:
branches: ['dev']
branches: ['master']
env:
REGISTRY: ghcr.io