Skip to content

Create github-actions-demo.yml #1

Create github-actions-demo.yml

Create github-actions-demo.yml #1

name: GitHub Actions Demo
on:
push:
branches: [main]
pull_request:
branches: [ main ]
schedule:
- cron: '15 6 * * 0'
workflow_dispatch: