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

Split CI and publish runs into separate workflows #134

Merged
merged 4 commits into from
Apr 12, 2024
Merged

Commits on Apr 12, 2024

  1. Fix triggering of CI on pull requests

    Apparently the branches key must be present.
    rnestler committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9683946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3867208 View commit details
    Browse the repository at this point in the history
  3. Simplify publish workflow

    It doesn't make sense to extract the branch name if we only run on one
    branch.
    rnestler committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    eb69a3f View commit details
    Browse the repository at this point in the history
  4. Trigger CI only on pull requests, not master

    Master has the separate publish workflow.
    rnestler committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3aa67f0 View commit details
    Browse the repository at this point in the history