Skip to content

Commit

Permalink
build(envoy): run build on develop PE-5196
Browse files Browse the repository at this point in the history
We want Envoy container images built on our develop branch now since we
pin specific images built from develop on main for release.
  • Loading branch information
djwhitt committed Dec 13, 2023
1 parent 8c218cd commit b30891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-envoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build AR.IO Envoy container image
on:
push:
branches:
- main
- develop
paths:
- 'envoy/**'

Expand Down

0 comments on commit b30891f

Please sign in to comment.