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: