Skip to content

Commit

Permalink
Update test workflow to master branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
tvup committed Jul 27, 2024
1 parent 38389d7 commit 40a3c71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: run-tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
stability: [prefer-lowest, prefer-stable]
Expand Down

0 comments on commit 40a3c71

Please sign in to comment.