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

Fix for Choco, with some trigger changes as well #2190

Merged
merged 6 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. feat(main.yml): add output log for choco push command to improve debu…

    …gging
    
    fix(main.yml): correct choco push command syntax for proper execution
    MrHinsh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    532edf7 View commit details
    Browse the repository at this point in the history
  2. fix(main.yml): modify branch pattern in GitHub Actions workflow to in…

    …clude nested branches
    
    This change allows the workflow to run on pushes to all branches, including those in subdirectories.
    MrHinsh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0136b77 View commit details
    Browse the repository at this point in the history
  3. fix(main.yml): remove pull_request trigger from GitHub Actions workfl…

    …ow to prevent unnecessary runs on pull requests to main branch
    MrHinsh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f56dd84 View commit details
    Browse the repository at this point in the history
  4. feat(main.yml): add pull_request event to GitHub Actions workflow to …

    …run CI checks on PRs targeting main branch
    MrHinsh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ffe1ae9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cbd402 View commit details
    Browse the repository at this point in the history
  6. ci(main.yml): restrict push triggers to main branch only to prevent u…

    …nnecessary workflow runs on other branches
    MrHinsh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9f07b65 View commit details
    Browse the repository at this point in the history