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
|`repository_default_branch`| No |`master`| Optionally to fetch x number of latest tags from repository's main branch to add to the build matrix. |
20
-
|`branches`| No | `` | Optionally specify a comma separated list of branches to add to the build matrix. |
21
-
|`tags`| No | `` | Optionally specify a comma separated list of tags to add to the build matrix. |
22
-
|`num_latest_tags`| No |`0`| Optionally add x number of latest git tags to the build matrix (requires `repository_default_branch` to point to your repository's main branch. |
23
-
|`disable_refs`| No |`0`| Optionally force to disable all refs alltogether by returning an empty matrix and has_refs=0. Values: `0`, `1`, `false`, `true`|
|`repository_default_branch`|string |No |`master`| Optionally to fetch x number of latest tags from repository's main branch to add to the build matrix. |
20
+
|`branches`|string |No | `` | Optionally specify a comma separated list of branches to add to the build matrix. |
21
+
|`tags`|string |No | `` | Optionally specify a comma separated list of tags to add to the build matrix. |
22
+
|`num_latest_tags`|number |No |`0`| Optionally add x number of latest git tags to the build matrix (requires `repository_default_branch` to point to your repository's main branch. |
23
+
|`disable_refs`|boolean |No |`false`| Optionally force to disable all refs alltogether by returning an empty matrix and has_refs=false. Values: `0`, `1`, `false`, `true`|
0 commit comments