Skip to content

update README.md

update README.md #2

Workflow file for this run

name: on_comment
on:
issue_comment:
types: [created]
jobs:
job01:
if: ${{ github.event.issue.pull_request }} # check if the comments come from pull request, exclude those from issue.
runs-on: [ubuntu-latest]
steps:
- name: test
if: contains(github.event.comment.body, '/test') # check the comment if it contains the keywords
run: |
echo $GITHUB_REF