mirror of
https://github.com/actions/cache.git
synced 2024-11-09 16:01:47 +01:00
Fix PR filters
This commit is contained in:
parent
4b0709a0d5
commit
bde557aefd
1 changed files with 4 additions and 0 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Tests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue