Skip to content

02 0 Workflows Events #1816

02 0 Workflows Events

02 0 Workflows Events #1816

Workflow file for this run

name: 02 0 Workflows Events
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '*/5 * * * *'
jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: Show the trigger
run: echo "I've been triggered by a(n) ${{ github.event_name }} event"