From 03864e52ffc1b23c0610b7399d0a1347c2e33007 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Mon, 7 Feb 2022 08:55:15 -0600 Subject: [PATCH] Enable automated dockerhub image build --- .github/workflows/Build+push Immich.yml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build+push Immich.yml b/.github/workflows/Build+push Immich.yml index 271911c1a1..eed5ffb830 100644 --- a/.github/workflows/Build+push Immich.yml +++ b/.github/workflows/Build+push Immich.yml @@ -6,10 +6,10 @@ on: # * is a special character in YAML so you have to quote this string #- cron: '0 0 * * *' workflow_dispatch: - # push: - #branches: [ main ] - # pull_request: - # branches: [ main ] + push: + branches: [main] + pull_request: + branches: [main] jobs: buildandpush: diff --git a/README.md b/README.md index 9313ff94c0..fedc13ca97 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # IMMICH -Self-hosted Photo backup solution directly from your mobile phone. +Self-hosted photo and video backup solution directly from your mobile phone. # Note