Skip to content

Commit f531f33

Browse files
committed
modified: .github/workflows/recent-posts.yml
- Removed brackets `[]` in `on` event trigger (push) as I only want to trigger the workflow on push events.
1 parent 9538bcf commit f531f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recent-posts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push]
1+
on: push
22

33
jobs:
44
recent_post_job:

0 commit comments

Comments
 (0)