Only build when go files are modified

This commit is contained in:
Ben Sarmiento
2023-11-21 13:46:15 +01:00
parent 2538e988f1
commit 77ecd8ceb9

View File

@@ -6,6 +6,8 @@ on:
- main - main
tags: tags:
- v0* - v0*
paths:
- '**.go'
jobs: jobs:
build-and-push-image: build-and-push-image: