mirror of https://github.com/actions/cache.git
Merge pull request #911 from actions/vsvipul-patch-1
Remove .md files skip condition from test workflow
This commit is contained in:
commit
2865f2c28c
|
@ -5,14 +5,10 @@ on:
|
|||
branches:
|
||||
- main
|
||||
- releases/**
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/**
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
# Build and unit test
|
||||
|
|
Loading…
Reference in New Issue