Update .gitea/workflows/rust-node.yaml
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m13s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 1m13s
This commit is contained in:
parent
8ae7264b3a
commit
cf462bd288
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user