From 2518de0bd40119e0cc0b2f572cc1f02b7f226a36 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Sat, 2 Mar 2024 09:54:56 +0400 Subject: [PATCH] enable linux, enable on push to master --- .github/workflows/ci-test-run.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index bd265706..8d6c0093 100644 --- a/.github/workflows/ci-test-run.yml +++ b/.github/workflows/ci-test-run.yml @@ -1,6 +1,10 @@ name: ci build -on: [pull_request, workflow_dispatch] +on: + push: + branches: + - master + workflow_dispatch: jobs: test: @@ -11,13 +15,13 @@ jobs: strategy: matrix: include: -# - os: ubuntu-latest -# container: 'ubuntu:22.04' -# artifact: 'ubuntu' -# -# - os: ubuntu-latest -# container: 'alpine:3.15.0' -# artifact: 'alpine' + - os: ubuntu-latest + container: 'ubuntu:22.04' + artifact: 'ubuntu' + + - os: ubuntu-latest + container: 'alpine:3.15.0' + artifact: 'alpine' - os: windows-latest artifact: 'windows'