Skip to content

Commit

Permalink
run ci on pull_requests only
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi Mosbacher committed Oct 17, 2022
1 parent 1aff906 commit 771d576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: CI

on: [push, pull_request]
on: pull_request

jobs:

run-tests:
name: Run tests
strategy:
matrix:
os: [Ubuntu]
python-version: ['3.7', '3.8', '3.9', '3.10']
os: Ubuntu
python-version: [ '3.8', '3.9', '3.10']
runs-on: ${{ matrix.os }}-latest
steps:
- name: Git checkout
Expand Down

0 comments on commit 771d576

Please sign in to comment.