From 903e3dec15ba16fcb7cac893bd21cb306284359f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 2 Feb 2022 08:30:27 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 6e0b27d..8a98122 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -3,6 +3,9 @@ on: workflow_dispatch: release: types: [published] + push: + branches: + - master jobs: update: runs-on: ubuntu-latest