From 0ca0b75851f4760d60225463f39d819fff51fa19 Mon Sep 17 00:00:00 2001 From: Vitaly Voloshin Date: Wed, 3 Jan 2024 16:16:57 +0000 Subject: [PATCH] Added automatic build on push to the "main" branch. --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 64c0a91..4ee545f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,9 @@ name: Deploy on: # Allow manual triggering of the workflow from the Actions tab workflow_dispatch: + push: + branches: + - main # Allow inputs to be passed when manually triggering the workflow from the Actions tab inputs: