Update .gitea/workflows/rust-node.yaml

This commit is contained in:
Jan K9f 2024-07-11 19:56:50 +00:00
parent 8ae7264b3a
commit cf462bd288

View file

@ -1,5 +1,9 @@
name: Build and Push Image
on: [ push ]
on:
push:
paths:
- .gitea/workflows/rust-node.yaml
- images/actions/rust-node/**
jobs:
build: