Skip to content

other events

other events #20

Workflow file for this run

name: "temp_test"
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '*/2 * * * *'
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo world