Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Stride-Labs/echo-registry into kier…
Browse files Browse the repository at this point in the history
…/workflow-est-2
  • Loading branch information
srph committed Nov 27, 2024
2 parents 2f408e2 + fd7ecfc commit ce3703a
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 ce3703a

Please sign in to comment.