Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
ci: split ci for PRs and main
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Sep 30, 2022
1 parent 78ec2cb commit 79b00ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/release.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: CI Pytest
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]

Expand All @@ -23,10 +21,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

## setup chromedriver for saving Altair plots
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@v1.0.7

### Caching
- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit 79b00ce

Please sign in to comment.