Skip to content

Commit

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

on:
workflow_dispatch:
release:
types: [published,released]
push:
tags:
- 'v*'

env:
BRANCH: main
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 1,18 * * *"
- cron: "30 23 * * *"
workflow_dispatch:
push:
branches:
Expand Down

0 comments on commit 9450945

Please sign in to comment.