Skip to content

Commit 3472be6

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Added branch filter.
1 parent e27109e commit 3472be6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/recent-posts.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: "Update README with most recent blog post"
2-
on: push
2+
on:
3+
push:
4+
branches:
5+
- recent-posts
6+
37
permissions:
48
contents: write
59

0 commit comments

Comments
 (0)