Run CI action on push to Main (#72)

* Update ci to run on push to main

* Remove stale actions
This commit is contained in:
Jazz Turner-Baggs 2026-02-19 09:13:38 -08:00 committed by GitHub
parent fb347d7974
commit 3921bd8bbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 23 deletions

View File

@ -1,6 +1,13 @@
name: ci
on:
push:
branches:
- main
paths-ignore:
- "**README.md"
- ".gitignore"
- "LICENSE"
pull_request:
branches:
- main

View File

@ -1,23 +0,0 @@
name: Claude Code Review
on:
issue_comment:
types: [created]
pull_request:
types: [opened, synchronize]
permissions:
contents: read
id-token: write
jobs:
claude:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
experimental_allowed_domains: |
.github.com
.githubusercontent.com