Skip to content

Commit 41caadd

Browse files
Add master branch to workflow triggers
1 parent b69ced8 commit 41caadd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- posts # Trigger workflow when files are pushed to the 'posts' branch
7+
- posts
8+
- master
89

910
jobs:
1011
deploy:

0 commit comments

Comments
 (0)