From c9114c44b17bbce2e4c83b5cd94d5b1fc1f6b140 Mon Sep 17 00:00:00 2001 From: Alex Ottr Date: Sun, 14 Apr 2024 00:16:11 +0200 Subject: [PATCH] update workflow for container built we might want to rename the integration branch to main soon --- .github/workflows/build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 9a4c60d..2a4ecbe 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -42,7 +42,7 @@ jobs: build: runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/fbl-integration' permissions: contents: read packages: write # might need to use PAT instead