Skip to content

Create github-actions-demo.yml #1

Create github-actions-demo.yml

Create github-actions-demo.yml #1

name: GitHub Action Demo
on:
push:
paths-ignore:
- '.github/**'
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '15 6 * * 0'
workflow_dispatch: