Skip to content

Commit

Permalink
Revert triggering of workflow on workflow_dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Dec 27, 2023
1 parent af1b347 commit 06f6320
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: Merge
run-name: Starting release for ${{ github.actor }} PR merge
#on:
# pull_request:
# types:
# - closed
# branches:
# Test branch for testing the merge workflow, will be changed to develop
# - feature/test-automated-release
# Use the workflow_dispatch event for testing the changes
on:
workflow_dispatch:
inputs:
release-type:
description: 'Release type'
required: true
default: 'minor'
pull_request:
types:
- closed
branches:
# Test branch for testing the merge workflow, will be changed to develop
- feature/test-automated-release

jobs:
if_merged:
Expand Down

0 comments on commit 06f6320

Please sign in to comment.