Skip to content

Commit

Permalink
Merge pull request #1038 from permaweb/fix/adjust-image-build-to-push…
Browse files Browse the repository at this point in the history
…-on-main

fix: action trigger on push to main
  • Loading branch information
bredamatt authored Oct 17, 2024
2 parents 096c507 + 61c2b9a commit ea04986
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
@@ -1,9 +1,9 @@
name: 🏗️ Build and Push Docker images to devnet ECR

on:
pull_request:
push:
branches:
- '*'
- 'main'

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

0 comments on commit ea04986

Please sign in to comment.