Skip to content

Commit

Permalink
Only run push-tests on pushes to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 11, 2024
1 parent 49dd7e6 commit 642792b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Test

on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
branches:
- master
pull_request:
schedule:
- cron: '0 6 * * *'

Expand Down

0 comments on commit 642792b

Please sign in to comment.