Skip to content

Commit

Permalink
Update bump-version-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ukrbublik authored Aug 8, 2024
1 parent 6ace445 commit c576649
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/bump-version-pr.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: Bump version & create PR

on:
# push:
# branches:
# - "ukrbublik-patch-1"
# pull_request:
# branches:
# - "main"
# paths:
# - ".github/workflows/bump-version-pr.yml"
push:
branches:
- "ukrbublik-patch-1"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/bump-version-pr.yml"
workflow_dispatch:
inputs:
new_version:
description: 'New version name'
required: true
default: "6.6.3"
type: string

permissions:
Expand Down

0 comments on commit c576649

Please sign in to comment.