Remove .md files skip condition from test workflow

vsvipul-patch-1
Vipul 3 years ago committed by GitHub
parent 6c9470d12d
commit 27c0af5532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,14 +5,10 @@ on:
branches: branches:
- main - main
- releases/** - releases/**
paths-ignore:
- '**.md'
push: push:
branches: branches:
- main - main
- releases/** - releases/**
paths-ignore:
- '**.md'
jobs: jobs:
# Build and unit test # Build and unit test

Loading…
Cancel
Save