From 3fee1248a9d4838baa973d7ffa65266800020122 Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Wed, 8 Sep 2021 21:45:35 +0100 Subject: [PATCH] Update CI trigger --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16570bc0..d8d4722e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,16 +4,10 @@ on: schedule: - cron: '0 2 * * *' # Daily at 02:00 runs only on default branch push: - branches-ignore: - - 'wip-*' paths-ignore: - - '*.md' + - '**.md' + - '**.txt' pull_request: - paths-ignore: - - '*.md' - branches: - - master - - development env: RE2C_VERSION: 2.2