Skip to content

Commit cfab542

Browse files
authored
Update gh-actions-demo.yml
1 parent 3df84b0 commit cfab542

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: GitHub Actions Demo
22
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3-
on: [push]
3+
on:
4+
[push]:
5+
workflow_dispatch:
46
jobs:
57
Explore-GitHub-Actions:
68
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)