Skip to content

Commit

Permalink
Include makefile in trigger paths (#50)
Browse files Browse the repository at this point in the history
Add Makefile to trigger path

Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Oct 23, 2023
1 parent da76a70 commit 9f8ea9d
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 9f8ea9d

Please sign in to comment.