fix(ci): run on prs

This commit is contained in:
Barrett Ruth 2025-12-30 19:46:13 -06:00
parent e0936be05b
commit bb25461ade
2 changed files with 5 additions and 4 deletions

View file

@ -1,8 +1,9 @@
name: Deploy to AWS S3
on:
pull_request:
branches: [ main ]
push:
branches:
- main
branches: [ main ]
jobs:
deploy:

View file

@ -2,9 +2,9 @@ name: CI
on:
pull_request:
branches: [ main ]
push:
branches:
- main
branches: [ main ]
jobs:
lint: