Skip to content

Commit 21c677c

Browse files
committed
fix: configure workflow for gh-pages branch
1 parent f672769 commit 21c677c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ui-entropy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: UI Entropy Check
55

66
on:
77
pull_request:
8-
branches: [main, master] # Adjust branch names as needed
8+
branches: [gh-pages] # Main branch for this GitHub Pages repo
99
push:
10-
branches: [main, master] # Adjust branch names as needed
10+
branches: [gh-pages] # Main branch for this GitHub Pages repo
1111

1212
jobs:
1313
entropy-check:

0 commit comments

Comments
 (0)