From 3750a79c475b02eabfc27e8d83f9d2239cd7541c Mon Sep 17 00:00:00 2001 From: t-bltg Date: Sun, 13 Oct 2024 17:29:32 +0200 Subject: [PATCH] upd --- .github/workflows/ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cf5c94..00b92bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,14 +1,19 @@ -name: CI +name: ci on: - push: - branches: [master] + workflow_dispatch: pull_request: + push: + branches: [master, v2] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true +defaults: + run: + shell: bash + jobs: test: env: