Skip to content

Commit 2ca2f0e

Browse files
committed
chore(ci): revert changelog to trigger on push
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent b36dea7 commit 2ca2f0e

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/build_changelog.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ name: Build changelog
33

44
on:
55
workflow_dispatch:
6-
schedule:
7-
# ┌───────────── minute (0 - 59)
8-
# │ ┌───────────── hour (0 - 23)
9-
# │ │ ┌───────────── day of the month (1 - 31)
10-
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
11-
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
12-
# │ │ │ │ │
13-
# │ │ │ │ │
14-
# │ │ │ │ │
15-
# * * * * *
16-
- cron: '0 8 * * *'
6+
push:
7+
branches:
8+
- develop
179

1810
jobs:
1911
changelog:

0 commit comments

Comments
 (0)