Skip to content

Commit

Permalink
Run tests on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen authored and yngve-sk committed May 23, 2024
1 parent f4d13ef commit a15ae2c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI

on: [pull_request]
on:
push:
branches:
- main
tags: "*"
pull_request:

env:
ERT_SHOW_BACKTRACE: 1
Expand All @@ -11,8 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
os: [ ubuntu-latest ]
include:
- python-version: "3.12"
os: macos-12
Expand Down

0 comments on commit a15ae2c

Please sign in to comment.