Skip to content

Commit ac0b26a

Browse files
committed
chore: workflow - Update trigger branches
1 parent 80e9c82 commit ac0b26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Hugo site to Pages
22

33
on:
44
push:
5-
branches: ["main", "cache-images"]
5+
branches: ["main", "student-talk"]
66

77
permissions:
88
contents: read
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Generate OG Images
6565
run: npm run og-images
66-
66+
6767
- name: Fetch GitHub Stars
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)