We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b51834 commit 4d64094Copy full SHA for 4d64094
.github/workflows/02-workflow-events.yaml
@@ -0,0 +1,10 @@
1
+name: 02 - Workflow Events
2
+
3
+on: push
4
5
+jobs:
6
+ echo:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Show the trigger
10
+ run: echo "trigged by an {{ github.event_name }} event."
0 commit comments