Skip to content

Commit bbe4728

Browse files
committed
testing gh actions
1 parent 5957391 commit bbe4728

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build_ally_personal.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ name: Ally Personal - Build and Deploy
33
on:
44
push:
55
branches:
6-
# - 'deploy/production'
7-
- 'main'
8-
# paths:
9-
# - 'apps/ally-personal/**'
6+
- 'deploy/production'
7+
paths:
8+
- 'apps/ally-personal/**'
109

1110
jobs:
1211
build-and-deploy:

apps/ally-personal/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Hero = () => {
3535
<div className="w-full bg-base-200 py-5 flex flex-col justify-center items-center z-40">
3636
<p className="text-xl text-center">
3737
Vote on Tuesday,{' '}
38-
<span className="text-secondary text-2xl">May 6th</span>!
38+
<span className="text-secondary text-2xl">May 6th!</span>
3939
<br className="sm:hidden" />
4040
<span className="text-accent">
4141
{' '}

0 commit comments

Comments
 (0)