Skip to content

Commit

Permalink
fix: trigger on all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bredamatt committed Oct 11, 2024
1 parent 44d7547 commit ccb8119
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/devnet-ecr-push.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build and Push ao/server images to ECR when raising a PR
name: 🏗️ Build and Push Docker images to devnet ECR

on:
pull_request:
paths:
- 'servers/**'
- '.github/workflows/devnet-ecr-push.yml'
branches:
- '*'

jobs:
login:
Expand Down

0 comments on commit ccb8119

Please sign in to comment.