Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Aug 1, 2024
1 parent 15fa451 commit 8c19451
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on:
issue_comment:
types: [created]

workflow_dispatch:

jobs:
merge-comment:
name: Merge release to main
runs-on: macos-14
# if: github.event.issue.pull_request && github.event.comment.body == '/merge' && github.event.issue.state == 'open' && endsWith(github.event.issue.title, 'Release')
runs-on: ubuntu-latest
steps:
- run: echo "${{ github.event.issue.pull_request }}"
- run: echo "${{ github.event.comment.body }}"
Expand Down

0 comments on commit 8c19451

Please sign in to comment.