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
Hi, I'm trying to exclude all the files of a folder except a specific file from being deployed to the server. How can I do this with "exclude"?
On .gitignore it would look something like this. But how can achieve the same with the "exclude" in the workflow action file?
# Composer vendor/* !vendor/autoload.php
The text was updated successfully, but these errors were encountered:
@bydiogosampaio Hello, did you find any way to do that?
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm trying to exclude all the files of a folder except a specific file from being deployed to the server.
How can I do this with "exclude"?
On .gitignore it would look something like this. But how can achieve the same with the "exclude" in the workflow action file?
The text was updated successfully, but these errors were encountered: