GNS3 / gns3-registry

GNS3 devices registry
GNU General Public License v3.0
327 stars 392 forks source link

Docker build: Run push action only on changes within docker directory #857

Closed ghost closed 7 months ago

ghost commented 7 months ago

This PR runs actions on git push / PR merges only when files in the docker directory have changed.

This will reduce the number of Action runs, as updating non-Docker appliances won't run the Docker build action.