Skip to content

Commit

Permalink
Make sure to ignore when only README changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed May 6, 2020
1 parent 9a80bb5 commit 475e0e1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
on: [push, pull_request]
on:
push:
branches:
- master
paths-ignore:
- 'README.md'
pull_request:
branches:
- master
paths-ignore:
- 'README.md'
name: main
jobs:
test:
Expand Down

0 comments on commit 475e0e1

Please sign in to comment.