Skip to content

Commit 3ccb8ca

Browse files
authored
Merge pull request #151 from polywrap/dev
prep 0.1.0a26 | /workflows/cd
2 parents 5b7a1a5 + 96a1e9f commit 3ccb8ca

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

.github/workflows/post-cd.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
name: POST-CD
22
on:
3-
push:
4-
branches:
5-
- main
6-
3+
# When Pull Request is merged
4+
pull_request_target:
5+
types: [closed]
76

87
jobs:
8+
TEST:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: test pull request
12+
run: echo ${{github.event.pull_request.user.login}}
913
Dev-PR:
1014
runs-on: ubuntu-latest
15+
if: |
16+
github.event.pull_request.user.login == 'polywrap-build-bot' &&
17+
github.event.pull_request.merged == true
1118
steps:
1219
- name: Checkout
1320
uses: actions/checkout@v3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0a25
1+
0.1.0a26

0 commit comments

Comments
 (0)