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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Maintenance] Run the build on tags rather than on releases #13852

Merged

Conversation

Zales0123
Copy link
Member

Q A
Branch? 1.10
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets
License MIT

The tag push is an actual moment when the new version of Sylius is done, the release is just the icing on the cake 馃嵃 So it makes more sense to run the workflow when the real thing is happening, not when it's nicely served 馃枛

@Zales0123 Zales0123 added the Maintenance CI configurations, READMEs, releases, etc. label Apr 8, 2022
@Zales0123 Zales0123 requested a review from a team as a code owner April 8, 2022 13:53
Copy link
Member

@lchrusciel lchrusciel left a comment

Choose a reason for hiding this comment

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

We should do it on all our packages

@@ -2,6 +2,8 @@ name: Application

on:
push:
tags:
- v1.*
Copy link
Member

Choose a reason for hiding this comment

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

Why did you decide to run them only on 1.x?

@@ -2,6 +2,8 @@ name: Application

on:
push:
tags:
- v1.*
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- v1.*
- v*

or

Suggested change
- v1.*
- *

@lchrusciel lchrusciel merged commit 64e3e1f into Sylius:1.10 Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants