We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b8c5e5 commit 15c7317Copy full SHA for 15c7317
README.md
@@ -21,7 +21,7 @@ Add the following code to your `captainhook.json` configuration file:
21
22
```
23
{
24
- "pre-commit": {
+ "pre-push": {
25
"enabled": true,
26
"actions": [
27
@@ -40,7 +40,7 @@ Add the following code to your `captainhook.json` configuration file:
40
}
41
42
43
-[Captain Hook](https://github.com/CaptainHookPhp/captainhook) will not check
+[Captain Hook](https://github.com/CaptainHookPhp/captainhook) will now check
44
on every push if one of the defined commit Ids is part of the push. If so, it
45
will cancel the push.
46
0 commit comments