Skip to content

Commit

Permalink
avoid building on pr merge
Browse files Browse the repository at this point in the history
Signed-off-by: sriv <[email protected]>
  • Loading branch information
sriv committed Jan 31, 2024
1 parent 02a0a21 commit 1e9882d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: tests
on: [push, pull_request]

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Run test on ${{ matrix.os }}
Expand Down

0 comments on commit 1e9882d

Please sign in to comment.