We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 289b160 + 4ef629c commit e3589b7Copy full SHA for e3589b7
.github/workflows/post-cd.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
if: |
12
github.event.pull_request.user.login == 'github-actions[bot]' &&
13
- startsWith(github.event.pull_request.title, '[CD]')
+ startsWith(github.event.pull_request.title, '[CD]') &&
14
github.event.pull_request.merged == true
15
steps:
16
- name: Checkout
VERSION
@@ -1 +1 @@
1
-0.1.0a31
+0.1.0a32
0 commit comments