Interface PushOptions

    • Method Summary

      All Methods Static Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      static PushOptions.Builder builder()  
      default List<String> getBranches()
      (experimental) When using the push, pull_request and pull_request_target events, you can configure a workflow to run on specific branches or tags.
      default List<String> getPaths()
      (experimental) When using the push, pull_request and pull_request_target events, you can configure a workflow to run when at least one file does not match paths-ignore or at least one modified file matches the configured paths.
      default List<String> getTags()
      (experimental) When using the push, pull_request and pull_request_target events, you can configure a workflow to run on specific branches or tags.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson