@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.791Z") @Stability(value=Experimental) public interface PushOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
PushOptions.Builder
A builder for
PushOptions |
static class |
PushOptions.Jsii$Proxy
An implementation for
PushOptions |
| Modifier and Type | Method and Description |
|---|---|
static PushOptions.Builder |
builder() |
default List<String> |
getBranches()
(experimental) When using the push and pull_request events, you can configure a workflow to run on specific branches or tags.
|
default List<String> |
getPaths()
(experimental) When using the push and pull_request 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 and pull_request events, you can configure a workflow to run on specific branches or tags.
|
@Stability(value=Experimental) @Nullable default List<String> getBranches()
For a pull_request event, only branches and tags on the base are evaluated. If you define only tags or only branches, the workflow won't run for events affecting the undefined Git ref.
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet@Stability(value=Experimental) @Nullable default List<String> getPaths()
Path filters are not evaluated for pushes to tags.
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet@Stability(value=Experimental) @Nullable default List<String> getTags()
For a pull_request event, only branches and tags on the base are evaluated. If you define only tags or only branches, the workflow won't run for events affecting the undefined Git ref.
https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet@Stability(value=Experimental) static PushOptions.Builder builder()
PushOptions.Builder of PushOptionsCopyright © 2021. All rights reserved.