Skip to content

Commit

Permalink
Merge pull request #3 from Stride-Labs/kier/workflow-fix
Browse files Browse the repository at this point in the history
Fix trigger and permissions
  • Loading branch information
srph authored Nov 27, 2024
2 parents 19c250d + 518777e commit 3242fe8
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 3242fe8

Please sign in to comment.