From 33c3f71bb27b35ac1b433d264fc7b81226ca19bd Mon Sep 17 00:00:00 2001 From: sulhicader Date: Sun, 29 Oct 2023 22:53:10 +0530 Subject: [PATCH] packaging: changed the workflow tigger on #2163 --- .github/workflows/wave-university.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/wave-university.yaml b/.github/workflows/wave-university.yaml index 777d4696b5..5bd90b119e 100644 --- a/.github/workflows/wave-university.yaml +++ b/.github/workflows/wave-university.yaml @@ -1,16 +1,11 @@ name: Wave Bundle -on: - workflow_dispatch: - inputs: - version: - description: 'Release Version' - required: true +on: [push] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - VERSION: "${{ github.event.inputs.version }}" - TAG: "v${{ github.event.inputs.version }}" + VERSION: "0.0.1" + TAG: "0.0.1" jobs: bundle: