From 80cc3d19905bf08e7c2705bd285811a582d4921c Mon Sep 17 00:00:00 2001 From: Ihor Banadiga Date: Thu, 10 Oct 2024 10:10:37 +0300 Subject: [PATCH] save --- .github/workflows/00_Demo-build.yml | 2 +- .github/workflows/01_github-actions-demo.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/00_Demo-build.yml b/.github/workflows/00_Demo-build.yml index 18e216b..cc0af12 100644 --- a/.github/workflows/00_Demo-build.yml +++ b/.github/workflows/00_Demo-build.yml @@ -2,7 +2,7 @@ name: Demo workflow on: - label # uncomment push -# - push +- push jobs: diff --git a/.github/workflows/01_github-actions-demo.yml b/.github/workflows/01_github-actions-demo.yml index b2cbfe1..bb28d2e 100644 --- a/.github/workflows/01_github-actions-demo.yml +++ b/.github/workflows/01_github-actions-demo.yml @@ -3,8 +3,8 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: -- label # uncomment push . -- push +- label # uncomment push +# - push jobs: Explore-GitHub-Actions: