diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 95719c5..d7e55bd 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,9 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: - push: - tags: - - '*' # Любой тег +on:[push] jobs: Explore-Gitea-Actions: