Skip to content

Commit

Permalink
Rename merge.yml to bump.yml and trigger on PR opening instead of clo…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
nelsonni committed Oct 11, 2023
1 parent 2ca57c5 commit 5194839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/merge.yml → .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: 'Bump Version'

on:
pull_request:
types:
- closed
types: [opened, reopened]
branches:
- main
jobs:
Expand Down

0 comments on commit 5194839

Please sign in to comment.