Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
astrogeco opened this issue Apr 2, 2021 · 0 comments · Fixed by #236
Closed

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

astrogeco opened this issue Apr 2, 2021 · 0 comments · Fixed by #236

Comments

@astrogeco
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants