Minor Planet Center interface for retrieving observations #71
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: pull request comment | |
on: | |
issue_comment: | |
types: [created, edited, deleted] | |
# on: | |
# issue_comment: | |
# types: [created, edited, deleted] | |
# branches: [ develop ] | |
jobs: | |
job01: | |
if: contains(github.event.comment.body, '/test') # check if the comments come from pull request, exclude those from issue. | |
runs-on: [ubuntu-latest] | |
steps: | |
- name: say hello | |
run: | | |
echo say hello | |