Skip to content

Commit

Permalink
build: run full-integration on push to this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmac committed Dec 18, 2023
1 parent 5b8bd1c commit 3e7f6bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/full-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
workflow_dispatch:
schedule:
- cron: '30 0 * * *' # daily at 0:30 UTC

push:
branches:
- fix-full-integration-on-windows
jobs:
run-full-integration:
name: run full integration
Expand Down

0 comments on commit 3e7f6bf

Please sign in to comment.