mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 20:16:45 +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
|
name: VersionBump
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
types: [closed]
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
VersionBumpJob:
|
VersionBumpJob:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == true
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user