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
It works After the merge (post-merge)
Sample;
case: if dockerfile changed then rebuild docker container
1.) open ./scripts/file-watcher.sh
2.) add this code to the last line of file
```
# $1 descdescription
# $2 tracked file
# $3 action
check_run "Main dockerfile" "dockerfile" "docker-compose build";
```
0 commit comments