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

Issue 994 wiki workflow fixes #995

Merged
merged 3 commits into from
Dec 22, 2020
Merged

Conversation

nerdvegas
Copy link
Contributor

This PR limits the workflow to master merges only. It would be possible to have it work for any branch, but would involve tracking a matching remote branch in the rez.wiki project. However, that is hard (or not possible?) to see in the github UI anyway and therefore of very limited value.

@nerdvegas
Copy link
Contributor Author

Fixes #994

@nerdvegas nerdvegas merged commit 792c730 into master Dec 22, 2020
@@ -1,11 +1,10 @@
name: Wiki
on:
push:
branches:
- master

Choose a reason for hiding this comment

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

@nerdvegas This will limit us to see if the wiki builds correctly after changes to it. What we could do is allow all branches, but only run the publish step if the current branch is master. What do you think?

@nerdvegas
Copy link
Contributor Author

nerdvegas commented Dec 22, 2020 via email

@bpabel bpabel deleted the issue_994-wiki-workflow-fixes branch January 19, 2023 20:36
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