Skip to content

Commit

Permalink
Trying a workflow dispatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 5, 2025
1 parent db2fcd7 commit 6471f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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
Expand Down

0 comments on commit 6471f5c

Please sign in to comment.