Skip to content

Commit

Permalink
remove matrix and prevent duplicate runs on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 4, 2024
1 parent c15fcd1 commit 1dfe2da
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
on:
push:
branches:
- master
paths-ignore:
- '*.md'
pull_request:
jobs:
run-tests:
permissions:
pull-requests: read
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
name: Build
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1dfe2da

Please sign in to comment.