Update .github/workflows/github-actions-demo.yml

This commit is contained in:
2025-01-10 15:19:01 +00:00
parent 60df215ab0
commit a8b05c7a5d
+1 -1
View File
@@ -1,6 +1,6 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on: workflow_dispatch
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest