Skip to content

Commit

Permalink
fix: trigger and permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
srph committed Nov 27, 2024
1 parent 19c250d commit 518777e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Echo Registry Codegen

on:
push:
pull_request:
paths:
- "src/agents/**"

jobs:
codegen:
runs-on: ubuntu-latest

permissions:
contents: write # Allows the action to create a pull request

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

0 comments on commit 518777e

Please sign in to comment.