mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 01:16:30 +02:00
Try to get VersionBump action to run on target branch.
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user