From baffdfdd5aea51b989da1fd2e7d81a7949cbc231 Mon Sep 17 00:00:00 2001 From: Flaminel Date: Tue, 12 Nov 2024 16:54:00 +0200 Subject: [PATCH] revert pipeline branch filter --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c59dcf7e..ef5daeac 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -2,7 +2,7 @@ on: push: paths: - 'code/**' -# branches: [ main ] + branches: [ main ] jobs: build: