From b37c255560e4e5798a3b0eae7bedcc1665890331 Mon Sep 17 00:00:00 2001 From: adibmbrk Date: Fri, 14 Feb 2025 17:31:36 +0530 Subject: [PATCH] Fix the release action to trigger on push --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af3f979..41183b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,11 @@ name: Release # Controls when the action will run. on: + # Triggers the workflow on push for the main branch. + push: + branches: [ main ] + paths-ignore: + - "LICENSE" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: inputs: