We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use Case:
I've multiple branches -
Development - On my local I made changes to code and push to development branch and its not connected to any server.
Staging - This branch needs to connect to a staging server. When all the testing is done I'll merge development branch to staging branch.
Main - This branch needs to connect to main server. When all the testing is done I'll merge staging branch to main branch.
Is this posible?
The text was updated successfully, but these errors were encountered:
Yes, it is possible. Try taking a look at this page which explains the workflow syntax.
I think you will be able to do what you want by using the
on: push: branches: - branch_name
filter
Sorry, something went wrong.
No branches or pull requests
Use Case:
I've multiple branches -
Development - On my local I made changes to code and push to development branch and its not connected to any server.
Staging - This branch needs to connect to a staging server. When all the testing is done I'll merge development branch to staging branch.
Main - This branch needs to connect to main server. When all the testing is done I'll merge staging branch to main branch.
Is this posible?
The text was updated successfully, but these errors were encountered: