Skip to content

Commit b590a25

Browse files
committed
prep 0.1.0a25| /workflows/cd
1 parent 8e8a427 commit b590a25

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/post-cd.yaml

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

78
jobs:
89
Dev-PR:
910
runs-on: ubuntu-latest
10-
if: |
11-
github.event.pull_request.user.login == 'polywrap-build-bot' &&
12-
github.event.pull_request.merged == true
1311
steps:
1412
- name: Checkout
1513
uses: actions/checkout@v3

VERSION

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

0 commit comments

Comments
 (0)