Skip to content

Commit

Permalink
Automate changelog creation
Browse files Browse the repository at this point in the history
  • Loading branch information
romandemidov committed Jul 3, 2024
1 parent 5a6767f commit 21413a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/init-changelogs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Initialize changelog files

on: workflow_dispatch
on: create

jobs:
changelogs:
if: >-
${{ contains(github.ref, 'refs/heads/hotfix/v') ||
contains(github.ref, 'refs/heads/release/v') }}
${{ startsWith(github.ref, 'refs/heads/hotfix/v') ||
startsWith(github.ref, 'refs/heads/release/v') }}
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 21413a0

Please sign in to comment.