mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:15:49 +00:00
change to push tag
This commit is contained in:
parent
e909aed7fa
commit
af3bc4c144
1 changed files with 3 additions and 2 deletions
5
.github/workflows/changelog-generator.yml
vendored
5
.github/workflows/changelog-generator.yml
vendored
|
@ -2,8 +2,9 @@ name: Changelog CI
|
|||
|
||||
# Controls when the action will run. Triggers the workflow on a pull request
|
||||
on:
|
||||
pull_request:
|
||||
types: [ opened, reopened ]
|
||||
push:
|
||||
tags:
|
||||
- "Release*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue