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

workflows: don't process all branches #249

Merged
merged 2 commits into from
Jan 10, 2024

Commits on Jan 10, 2024

  1. workflow/deploy: don't process all branches

    In the deploy workflow, using a push branch config of ** results in it
    trying to gpg init for branches created by dependabot or anyone/anything
    else. This is not what we want - we want those covered by pull request
    events.
    
    Change the config to only handle pushes to main (and continue to handle
    all tags and all PRs).
    
    Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
    ncdc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d8cdf4f View commit details
    Browse the repository at this point in the history
  2. workflow/ci: don't process all branches

    Change the ci config to only handle pushes to main (and continue to handle
    all PRs).
    
    Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
    ncdc committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9fc1066 View commit details
    Browse the repository at this point in the history