Skip to content

Commit c5debb0

Browse files
committed
Merge branch 'main' of github.com:tildeeine/tildeeine.github.io
fixes
2 parents 6c5fabb + d125b16 commit c5debb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
on:
44
pull_request:
5-
branches: ["main", "prod"]
5+
branches: ["main"]
66

77
permissions:
88
contents: read

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
77
on:
88
# Runs on pushes targeting the default branch
99
push:
10-
branches: [prod]
10+
branches: [main]
1111

1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
@@ -90,4 +90,4 @@ jobs:
9090
steps:
9191
- name: Deploy to GitHub Pages
9292
id: deployment
93-
uses: actions/deploy-pages@v4
93+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)