Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Apr 5, 2021
1 parent c32f206 commit 41b5326
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ name: changelog

on:
workflow_dispatch:
schedule:
- cron: "20 23 * * *"
push:
tags:
- 'v*'
branches:
- main
paths-ignore:
- "README.md"
- "CHANGELOG.md"

env:
BRANCH: main
Expand Down Expand Up @@ -81,7 +88,7 @@ jobs:
name: create pull request
uses: peter-evans/create-pull-request@v3
id: cpr
if: ${{ steps.changelog.outputs.changes }}
if: ${{ steps.ch.outputs.changes }}
with:
branch: docs/changelog
base: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: create-release

on:
schedule:
- cron: "30 23 * * *"
- cron: "10 23 * * *"
workflow_dispatch:
push:
branches:
Expand Down

0 comments on commit 41b5326

Please sign in to comment.