From 3fa258510fdf4c02291b977f73725c2c5ea95845 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 10 May 2020 16:24:22 +0200 Subject: [PATCH] Update workflows --- .github/workflows/ci.yaml | 16 ++++++++-------- .github/workflows/test.yml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 174430c..b212dfa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,16 +1,16 @@ name: ci on: - pull_request: - branches: - - master - - feature/* - - releases/* push: branches: - - master - - feature/* - - releases/* + - 'master' + - 'feature/*' + - 'releases/' + paths-ignore: + - '**.md' + pull_request: + paths-ignore: + - '**.md' jobs: ci: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d7c041..a95bdcc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,16 +1,16 @@ name: test on: - pull_request: - branches: - - master - - feature/* - - releases/* push: branches: - - master - - feature/* - - releases/* + - 'master' + - 'feature/*' + - 'releases/*' + paths-ignore: + - '**.md' + pull_request: + paths-ignore: + - '**.md' jobs: test: