Skip to content

Commit

Permalink
fix: only trigger on PRs in servers/*
Browse files Browse the repository at this point in the history
  • Loading branch information
bredamatt committed Oct 11, 2024
1 parent d917f69 commit d338769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devnet-ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and Push ao/server images to ECR when raising a PR

on:
pull_request:
branches:
- '*'
paths:
- 'servers/**'

jobs:
build-and-push-cu:
Expand Down

0 comments on commit d338769

Please sign in to comment.