Update build.yaml to use simplified 'on' syntax

This commit is contained in:
Alex Borisov 2024-01-29 19:56:54 +03:00
parent 38a68cb436
commit 4ab7a4621d

View File

@ -1,6 +1,6 @@
name: Actions Build Docker Image name: Actions Build Docker Image
run-name: ${{ gitea.actor }} is building new image 🚀 run-name: ${{ gitea.actor }} is building new image 🚀
on: [push] on: push
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions: