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 workflows according to permissions #30

Merged
merged 4 commits into from
Feb 6, 2024
Merged

Split workflows according to permissions #30

merged 4 commits into from
Feb 6, 2024

Commits on Jan 31, 2024

  1. Split workflows according to permissions

    This splits our single workflow file over multiple.
    
    Ensuring PR's only need read permission and our prerelease flow on main
    is separated from the actual release tagging trigger more clearly.
    
    We now also enfore 2 spaces for yml files instead of 4.
    Mpdreamz committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    204af6d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Apply suggestions from code review

    Co-authored-by: Victor Martinez <[email protected]>
    Mpdreamz and v1v committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1eb022f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a0e62 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/release.yml

    Co-authored-by: Victor Martinez <[email protected]>
    Mpdreamz and v1v committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9612a16 View commit details
    Browse the repository at this point in the history