Skip to content

Commit

Permalink
Run integration test workflow on main and release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 3, 2024
1 parent d69cee4 commit 48faa74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 48faa74

Please sign in to comment.