We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27109e commit 3472be6Copy full SHA for 3472be6
.github/workflows/recent-posts.yml
@@ -1,5 +1,9 @@
1
name: "Update README with most recent blog post"
2
-on: push
+on:
3
+ push:
4
+ branches:
5
+ - recent-posts
6
+
7
permissions:
8
contents: write
9
0 commit comments