Skip to content

Add examples to pull request ci #22

Add examples to pull request ci

Add examples to pull request ci #22

Workflow file for this run

name: Continues Integration (Master)
on:
workflow_dispatch:
push:
- master
- main
- "Test-Automation"
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
verify:
uses: ./.github/workflows/checks.yml