Skip to content

Commit 48faa74

Browse files
committed
Run integration test workflow on main and release branches
1 parent d69cee4 commit 48faa74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name: integration-test
33

44
on:
5+
push:
6+
branches:
7+
- main
8+
- 'release-*'
59
schedule:
610
# Run once a week to check compatibility with new FIDO MDS blob contents
711
- cron: '0 0 * * 1'

0 commit comments

Comments
 (0)