Merge pull request #9930 from mstovicek/patch-1

Add `suspend` into a list of available actions
This commit is contained in:
Brian Cain 2018-06-13 10:02:11 -07:00 committed by GitHub
commit 52c1abbcfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ The trigger class takes various options.
- `provision`
- `reload`
- `resume`
- `suspend`
- `up`
* `ignore` (symbol, array) - Symbol or array of symbols corresponding to the action that a trigger should not fire on.