0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00

try changelog gen

This commit is contained in:
Pavel Boldyrev 2021-09-08 22:03:47 -04:00
parent 1c84a7720d
commit 5b2bf4ea2d
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9

View File

@ -1,11 +1,11 @@
name: Generate CHANGELOG
on:
pull_request:
types: [closed]
# types: [closed]
workflow_dispatch:
jobs:
GenerateChangelog:
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
# if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2