Skip to content

Commit

Permalink
feat(02-workflow-events): add first version for workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
lauromueller committed Oct 28, 2023
1 parent 7aa0139 commit 822c3ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/02-workflow-events.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 02 - Workflow Events

on: push

jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: Show the trigger
run: echo "I've been triggered by a(n) ${{ github.event_name }} event."

0 comments on commit 822c3ed

Please sign in to comment.