Skip to content

Commit 0a34336

Browse files
fix: whoopsie
1 parent 67fbcc1 commit 0a34336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
paths:
88
- "frontend/**"
9-
- ".github/workflows/deploy-gh-pages.yaml"
9+
- ".github/workflows/deploy-gh-pages.yml"
1010

1111
jobs:
1212
build:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "main"
77
paths:
88
- "backend/**"
9-
- ".github/workflows/deploy.yaml"
9+
- ".github/workflows/deploy.yml"
1010

1111
jobs:
1212
dockerhub:

0 commit comments

Comments
 (0)