diff --git a/.github/workflows/try.yml b/.github/workflows/try.yml index 074d5c660a..220e719d9d 100644 --- a/.github/workflows/try.yml +++ b/.github/workflows/try.yml @@ -3,6 +3,9 @@ name: Try Build on: issue_comment: types: [created, edited, deleted] + push: + branches: + - fix_try permissions: contents: read @@ -11,7 +14,7 @@ permissions: jobs: try: - if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/try') }} + # if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/try') }} runs-on: ubuntu-latest steps: - uses: peter-evans/create-or-update-comment@v4