From e6cf3d4e3cd5fdfe54eaeedc74f1be7863b163c2 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 2 Jul 2024 14:49:37 +0200 Subject: [PATCH] gha: enable github action on push/PR --- .github/workflows/c-compile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-compile.yml b/.github/workflows/c-compile.yml index 87015ab..a38d8a5 100644 --- a/.github/workflows/c-compile.yml +++ b/.github/workflows/c-compile.yml @@ -1,7 +1,7 @@ on: - # push - # pull_request - workflow_dispatch + - push + - pull_request + - workflow_dispatch name: C/C++ CI prototype