Skip to content

Commit

Permalink
[CI] Trigger slow build on push to master or release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 17, 2025
1 parent 16f5f87 commit 1b4fd32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- 'release/**'
pull_request:
types: [opened, synchronize]
branches:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- '**'
schedule:
- cron: '0 12 * * *'
push:
branches:
- master
- 'release/**'
pull_request:
types: [opened, synchronize]
branches:
Expand Down

0 comments on commit 1b4fd32

Please sign in to comment.