Skip to content

Commit

Permalink
fix: workflow to only read commits from main
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 27, 2024
1 parent 3242fe8 commit fd7ecfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Echo Registry Codegen
name: Echos Registry Codegen

on:
pull_request:
paths:
- "src/agents/**"
push:
branches: ["main"]

jobs:
codegen:
runs-on: ubuntu-latest

permissions:
contents: write # Allows the action to create a pull request
pull-requests: write # For creating/updating pull requests

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd7ecfc

Please sign in to comment.