Skip to content

Commit

Permalink
this should be trigerred
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Apr 5, 2021
1 parent cc30ef2 commit 428946a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: changelog
on:
workflow_dispatch:
release:
types: [published]
types: [published,released]

env:
BRANCH: main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: create-release

on:
schedule:
- cron: "30 1,18 * * *"
workflow_dispatch:
push:
branches:
- main
Expand Down

0 comments on commit 428946a

Please sign in to comment.