Skip to content

environment is no longer necessary #10

environment is no longer necessary

environment is no longer necessary #10

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"