mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Try to get VersionBump action to run on target branch.
This commit is contained in:
parent
32e7c3b16c
commit
0739aa4d2f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/pr_merge.yml
vendored
7
.github/workflows/pr_merge.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue