You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say i have a repository with a ./plugins folder, and i want a workflow to run only if a folder was created (new folder with content) or a folder was deleted, how can i do it?
If I understand correctly i can get the list of deleted folders using dir_names_deleted_files_include_only_deleted_dirs but is there a way to only match new folders?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Say i have a repository with a
./plugins
folder, and i want a workflow to run only if a folder was created (new folder with content) or a folder was deleted, how can i do it?If I understand correctly i can get the list of deleted folders using
dir_names_deleted_files_include_only_deleted_dirs
but is there a way to only match new folders?Beta Was this translation helpful? Give feedback.
All reactions