Skip to content

Commit

Permalink
[skip ci] Limit push runs to default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Nov 29, 2024
1 parent e1a0d1e commit 88ee875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Test
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
schedule:
- cron: '0 6 * * *'

Expand Down

0 comments on commit 88ee875

Please sign in to comment.