Skip to content

Commit

Permalink
only on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Dec 20, 2023
1 parent 471c2ac commit 9e7c2f1
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
name: Bump Version on PR Merge

#on:
# pull_request:
# types: [closed]
# branches:
# - master

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
types: [closed]
branches:
- master



jobs:
version-bump:
# if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9e7c2f1

Please sign in to comment.