Skip to content

Documentation and Guides workflow doesn't run for all push events #234

@astrogeco

Description

@astrogeco

Describe the bug
The "documentation and guides" CI workflow still has the old push->main branch restriction so it won't run on other branches in forks.

To Reproduce
Create a new branch and push to it. The documentation workflow will not run

Expected behavior
Workflow should run on all branches

Code snips

on:
  push:
    branches:
      - main

  pull_request:

System observed on:
Github UI

Additional context
See #224 for how to run on all branches without duplicates

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions