Skip to content

Update main.yml

Update main.yml #6

Workflow file for this run

name: main
on:
- push
- pull_request
- workflow_dispatch
jobs:
main:
runs-on: ubuntu-latest
steps:
- run: echo "Trigger ${{ github.event_name }}"