Trigger base image build on tool version change

This commit is contained in:
Keijo Raamat 2021-09-30 15:58:22 +03:00
parent 9c6ed0849e
commit 0fbd4d14ae

View file

@ -1,9 +1,9 @@
name: build and push image
on: [push]
# push:
# paths:
# - .tool-versions
on:
push:
paths:
- .tool-versions
jobs: