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

fix: only run deploy action if labeled release #2140

Merged
merged 2 commits into from
May 14, 2022
Merged

fix: only run deploy action if labeled release #2140

merged 2 commits into from
May 14, 2022

Conversation

schalkneethling
Copy link

Currently, the deploy workflow will still run on every push to main.
This, hopefully, will change this to only run for pushes to main that is labelled release

fix #2138

Schalk Neethling added 2 commits May 14, 2022 19:55
Currently, the deploy workflow will still run on every push to main.
This, hopefully, will change this to only run for pushes to main that is labelled `release`

fix #2138
@schalkneethling schalkneethling linked an issue May 14, 2022 that may be closed by this pull request
@schalkneethling schalkneethling self-assigned this May 14, 2022
@schalkneethling schalkneethling added bug Indicates an unexpected problem or unintended behavior. chore A routine task. labels May 14, 2022
@schalkneethling schalkneethling merged commit 078deb8 into mdn:2138-only-run-deploy-workflow-for-release-label May 14, 2022
@schalkneethling schalkneethling deleted the 2138-only-run-deploy-workflow-for-release-label branch May 14, 2022 18:13
@schalkneethling schalkneethling restored the 2138-only-run-deploy-workflow-for-release-label branch May 14, 2022 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior. chore A routine task.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

only run deploy workflow for release label
1 participant