Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ribtoks authored May 16, 2020
1 parent ae5336c commit 5b574be
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ jobs:

Note escaped regex.

If you want to only process TODO comments from master branch, modify the workflow `on` section like this:

```yaml
on:
# only for the master branch
push:
branches:
- master
```

### TODO comments

Comments are parsed using [tdg](https://github.com/ribtoks/tdg). Supported comments: `//`, `#`, `%`, `;`, `*`.
Expand Down

0 comments on commit 5b574be

Please sign in to comment.