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

CI on PR #345

Closed
wants to merge 3 commits into from
Closed

CI on PR #345

wants to merge 3 commits into from

Commits on Aug 26, 2021

  1. add pull_request to events that trigger make all

    parse the ref that will be used using the event name
    
    then clone the code using that ref
    Nathan Blair committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    f131168 View commit details
    Browse the repository at this point in the history
  2. avoid hard-coding in the push branch

    its likely not necessary to expect anything other than 'master'
    but better safe than sorry
    Nathan Blair committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ba6341a View commit details
    Browse the repository at this point in the history
  3. reverting all changes except event additions

    I still the repository is going to need configured in the checkout action. But we'll see.
    Nathan Blair committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fbfa2f4 View commit details
    Browse the repository at this point in the history