Skip to content

Commit

Permalink
Limit testing on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-fs committed Jun 3, 2024
1 parent a7a81c5 commit 3c0171f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Tests

on:
- push
- pull_request
push:
branches: [main, master]
pull_request:

jobs:
tests:
Expand Down

0 comments on commit 3c0171f

Please sign in to comment.