Skip to content

Commit e033794

Browse files
authored
Merge branch 'main' into devgrokdesigns
2 parents 94132cd + d786487 commit e033794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/markdown-mimic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Markdown Mimic - grokdesigns
22
on:
33
push:
44
branches:
5-
- main #Branch that will trigger action on new push.
5+
- devgrokdesigns #Branch that will trigger action on new push.
66
workflow_dispatch:
77
jobs:
88
Markdown-Mimic:
@@ -15,4 +15,4 @@ jobs:
1515
REPOSITORY : 'royalts-catppuccin' #Repository the action is running on.
1616
SOURCE : './generated-themes/royalts-interface-urls.md' #File where you put changing content.
1717
TARGET : './README.md' #Target file that will have content inserted.
18-
BRANCH: 'main' #Branch containing your files.
18+
BRANCH: 'devgrokdesigns' #Branch containing your files.

0 commit comments

Comments
 (0)