We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df84b0 commit cfab542Copy full SHA for cfab542
.github/workflows/gh-actions-demo.yml
@@ -1,6 +1,8 @@
1
name: GitHub Actions Demo
2
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3
-on: [push]
+on:
4
+ [push]:
5
+ workflow_dispatch:
6
jobs:
7
Explore-GitHub-Actions:
8
runs-on: ubuntu-latest
0 commit comments