Skip to content

Commit 69e2858

Browse files
testing script initial
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 101bfa8 commit 69e2858

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: 📝 Auto-generate consensus-node release notes
2-
on: workflow_dispatch
3-
# push:
4-
# branches:
5-
# - main
2+
on:
3+
push:
4+
branches:
5+
- notes-test
66

77
permissions:
88
contents: write

.github/workflows/update-node-tables.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Update Node Tables
22

33
on:
4-
workflow_dispatch
5-
# push:
6-
# branches:
7-
# - main
4+
push:
5+
branches:
6+
- notes-test
87

98
permissions:
109
contents: write

0 commit comments

Comments
 (0)