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'