Skip to content

ChatGPT-inspired dual workflow that should not run twice in PR context #3

ChatGPT-inspired dual workflow that should not run twice in PR context

ChatGPT-inspired dual workflow that should not run twice in PR context #3

Workflow file for this run

# .github/workflows/ci.yml
name: CI for push on branch
on:
push:
branches:
- '*' # Trigger on any branch push
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
run_docs: true