Skip to content

Update GitHub Actions #1

Update GitHub Actions

Update GitHub Actions #1

Workflow file for this run

name: "push"
on:
workflow_dispatch:
push:
paths:
- "**"
- "!data/**"
jobs:
check:
if: "github.ref == 'refs/heads/main'"
uses: "./.github/workflows/check.yml"