Skip to content

Deploy an alpha version only if PR has deploy-alpha label #231

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

Merged
merged 2 commits into from
Apr 27, 2020

Conversation

VitaliyBoyko
Copy link
Contributor

Description (*)
This PR adds the possibility to deploy to alpha only needed changes to avoid a mess in the repository.

@@ -23,6 +23,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run publish plugin
if: contains(github.event.pull_request.labels.*.name, 'deploy-alpha')
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hope it gonna work 🙏

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure whether PR is accessible in the push event.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let's see

@VitaliyBoyko VitaliyBoyko merged commit 2be433d into 1.0.1-develop Apr 27, 2020
@VitaliyBoyko VitaliyBoyko deleted the improved-deploy-to-alpha branch April 27, 2020 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants