Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit c7836f5

Browse files
committed
updated workflow
1 parent 2e75d78 commit c7836f5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
name: Create Pull Request
1+
name: Release
22
on:
3-
issue_comment:
4-
types: [created]
3+
push:
4+
branches: [master]
55

66
jobs:
7-
createPullRequest:
8-
if: |
9-
github.event_name == 'issue_comment' &&
10-
(github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') &&
11-
startsWith(github.event.comment.body, '/create release')
7+
release:
8+
name: Release
129
runs-on: ubuntu-latest
1310
steps:
1411
# Checkout Project

0 commit comments

Comments
 (0)