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

Fixed master to main workflow branch triggers #216

Merged
merged 1 commit into from Sep 17, 2022
Merged

Fixed master to main workflow branch triggers #216

merged 1 commit into from Sep 17, 2022

Conversation

magnetikonline
Copy link
Contributor

  • Noted this project has now been moved from master to main as the mainline branch (yay!)
  • ...but found a few places where things still reference master. The GitHub workflows being the most pressing (as they are not currently running in these states).
  • Also removed a bit of YAML quoting that's not needed in strings.

@magnetikonline magnetikonline requested a review from a team as a code owner June 14, 2022 00:20

on:
push:
branches:
- master
- main
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important change.


on:
push:
branches:
- master
- main
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important change.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@jpogran jpogran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching the Github Actions branch updates!

Since that is the purpose of this PR, can you please revert the whitespace and quoting changes? They are not required for this changeset.

@magnetikonline
Copy link
Contributor Author

Done @jpogran

@jpogran jpogran merged commit 4f5ea8b into hashicorp:main Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants