mirror of https://github.com/actions/cache.git
Fix PR filters
This commit is contained in:
parent
4b0709a0d5
commit
bde557aefd
|
@ -1,6 +1,10 @@
|
||||||
name: Tests
|
name: Tests
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue