From e73a3ac17a4fecb2077c7b6c1618e97cdfbd89a6 Mon Sep 17 00:00:00 2001 From: dpeter99 Date: Sat, 18 Jun 2022 17:05:49 +0200 Subject: [PATCH] [CI, Fix] Add testing branch to actions file --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7964c0..ee0aca5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build and Test on: push: - branches: [ main ] + branches: [ bazel-setup ] paths-ignore: - 'projs/docs/**' - 'specs/**'