mirror of https://github.com/actions/cache.git
Update workflow.yml
This commit is contained in:
parent
16f6b94fce
commit
b5f1c8722b
|
@ -6,13 +6,13 @@ on:
|
|||
- main
|
||||
- releases/**
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- '**.md'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- releases/**
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
# Build and unit test
|
||||
|
|
Loading…
Reference in New Issue