From 463f07fe7aa554c873c677cd610eca67073a0433 Mon Sep 17 00:00:00 2001 From: Andrii Semenets Date: Tue, 30 Jul 2024 18:26:27 +0300 Subject: [PATCH] adjust tag management in the github action --- .github/workflows/moodle-plugin-ci-push.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/moodle-plugin-ci-push.yml b/.github/workflows/moodle-plugin-ci-push.yml index 1642a99cc..abd162ae4 100644 --- a/.github/workflows/moodle-plugin-ci-push.yml +++ b/.github/workflows/moodle-plugin-ci-push.yml @@ -5,8 +5,7 @@ on: branches: - '**' tags-ignore: - - '[0-9]+' # Ignore date tags - - '[0-9]+.[0-9]+.[0-9]+' # Ignore date tags + - '**' jobs: test: runs-on: ubuntu-22.04