Try to get VersionBump action to run on target branch.

This commit is contained in:
Revar Desmera 2023-11-28 23:30:34 -08:00
parent 32e7c3b16c
commit 0739aa4d2f

View file

@ -1,12 +1,13 @@
name: VersionBump
on:
pull_request:
types: [closed]
push:
branches:
- main
jobs:
VersionBumpJob:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
permissions:
contents: write