We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69cee4 commit 48faa74Copy full SHA for 48faa74
.github/workflows/integration-test.yml
@@ -2,6 +2,10 @@
2
name: integration-test
3
4
on:
5
+ push:
6
+ branches:
7
+ - main
8
+ - 'release-*'
9
schedule:
10
# Run once a week to check compatibility with new FIDO MDS blob contents
11
- cron: '0 0 * * 1'
0 commit comments