From bb25461ade92426ca4d18cad72060bc3b4bfebad Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 30 Dec 2025 19:46:13 -0600 Subject: [PATCH] fix(ci): run on prs --- .github/workflows/aws.yaml | 5 +++-- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aws.yaml b/.github/workflows/aws.yaml index 67f8aa0..64c4559 100644 --- a/.github/workflows/aws.yaml +++ b/.github/workflows/aws.yaml @@ -1,8 +1,9 @@ name: Deploy to AWS S3 on: + pull_request: + branches: [ main ] push: - branches: - - main + branches: [ main ] jobs: deploy: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0e46c99..b312c74 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: pull_request: + branches: [ main ] push: - branches: - - main + branches: [ main ] jobs: lint: