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 7319d6e + f0a7bd2 commit 11bda8fCopy full SHA for 11bda8f
.github/workflows/rc-release.yaml
@@ -1,14 +1,12 @@
1
name: Release Candidate
2
on:
3
- pull_request:
4
- types: [closed]
+ push:
5
branches:
6
- - 'develop'
+ - develop
7
8
jobs:
9
# Bump the SDK version
10
version_bump:
11
- if: github.event.pull_request.merged == true
12
name: Bump Version and Create Release
13
runs-on: ubuntu-latest
14
outputs:
.github/workflows/release.yaml
@@ -1,13 +1,11 @@
name: Production Release
- - 'main'
+ - main
0 commit comments