From 48faa74475f5d00ccc2922289c1c7f42ede33538 Mon Sep 17 00:00:00 2001 From: Emil Lundberg Date: Tue, 3 Sep 2024 15:31:19 +0200 Subject: [PATCH] Run integration test workflow on main and release branches --- .github/workflows/integration-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ea4b98d70..8c38161b3 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -2,6 +2,10 @@ name: integration-test on: + push: + branches: + - main + - 'release-*' schedule: # Run once a week to check compatibility with new FIDO MDS blob contents - cron: '0 0 * * 1'