Skip to content

Commit

Permalink
chore: updated readme demo workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Nov 12, 2021
1 parent 21c520a commit 65e1e0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ The contributors list is fetched from [GitHub API](https://developer.github.com/
If you're new to actions, add these to your `.github/workflows/main.yml` file. If this file does not exist, create one.

```yml
on: [push, pull_request]
on:
push:
branches:
- main

jobs:
contrib-readme-job:
Expand Down

0 comments on commit 65e1e0d

Please sign in to comment.