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

Do not run github actions on all branches #45

Merged
merged 2 commits into from
Nov 4, 2023

Commits on Nov 4, 2023

  1. Do not run github actions on all branches

    Modifying github actions to only run for pushes to the main branch.
    
    One visible effect of running it on all branches was that PRs made from branches in the repository were being triggered twice. For example depandabot.
    
    Also add workflow_dispath to more actions, since I don't see why not...
    ozgurakgun committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    c5ecc2a View commit details
    Browse the repository at this point in the history
  2. do not run on PRs

    ozgurakgun committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    811c2c4 View commit details
    Browse the repository at this point in the history