Skip to content

Commit

Permalink
Add Makefile to trigger path
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Oct 23, 2023
1 parent da76a70 commit a55ffdc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Release ingress-netperf container image
name: Release ingress-perf container image

on:
push:
paths:
- "containers/**" # Trigger only when Dockerfile changes in a pull request
- "containers/**"
- Makefile

env:
CONTAINER_REGISTRY: ${{ 'quay.io' }}
Expand Down

0 comments on commit a55ffdc

Please sign in to comment.