Update workflow.yml

pull/608/head
Oscar Dominguez 4 years ago committed by GitHub
parent 16f6b94fce
commit b5f1c8722b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,13 +6,13 @@ on:
- main - main
- releases/** - releases/**
paths-ignore: paths-ignore:
- "**.md" - '**.md'
push: push:
branches: branches:
- main - main
- releases/** - releases/**
paths-ignore: paths-ignore:
- "**.md" - '**.md'
jobs: jobs:
# Build and unit test # Build and unit test

Loading…
Cancel
Save