Skip to content

Commit

Permalink
packaging: changed the workflow tigger on #2163
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Oct 29, 2023
1 parent f94114d commit 33c3f71
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/wave-university.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 33c3f71

Please sign in to comment.