We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f82f62f + c3e7ba5 commit 5ed8c2cCopy full SHA for 5ed8c2c
.github/workflows/post-release-version-bump.yml
@@ -144,5 +144,5 @@ jobs:
144
git add CHANGELOG.md
145
if ! git diff --quiet --cached; then
146
git commit -m "Force our CHANGELOG to override merge conflicts"
147
- git push origin "post-release-${VERSION}"
+ git push origin "prepare-main-for-next-dev-cycle-${VERSION}"
148
fi
.github/workflows/pr-build.yml
@@ -1,6 +1,12 @@
1
name: Python Instrumentation PR Build
2
on:
3
pull_request:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - synchronize
8
+ - labeled
9
+ - unlabeled
10
branches:
11
- main
12
- "release/v*"
0 commit comments