Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Jun 18, 2020
1 parent 3117037 commit 45bb85e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
A github action to verify changed files.

```yaml
...:
on:
pull_request:
branches:
- master

jobs:
node-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 45bb85e

Please sign in to comment.