Replies: 1 comment
-
Actually. I found in the discussion for branching strategy that we are supposed to use the name "rx.y.z" as the branch name:
|
Beta Was this translation helpful? Give feedback.
-
Actually. I found in the discussion for branching strategy that we are supposed to use the name "rx.y.z" as the branch name:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently. Workflows are not being run on pushes to release branches "v*". I suggest to add "v*" to the branch filter in the workflow. Any thoughts?
Alternatively, use branch name pattern "release/vx.y.z" and put "release/*" in the branch pattern in the workflow to avoid running workflow on branches starting with "v".
See here https://github.com/WebOfTrust/keripy/actions?query=branch%3Av1.3.0
Beta Was this translation helpful? Give feedback.
All reactions