You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
System observed on:
Github UI
Additional context
See #224 for how to run on all branches without duplicates
The text was updated successfully, but these errors were encountered: