Skip to content

Commit

Permalink
fix release workflow (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Dec 12, 2022
1 parent e6f6fee commit 8a4a56e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: CI

on:
push:
branches: "main"
branches:
- main
tags:
- '*'
pull_request:
branches: "*"
branches:
- main
schedule:
- cron: "0 13 * * 1"

Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ oceanspy/tests/Data
# setuptools-scm
version.py

# dynamic docs
docs/datasets.rst
docs/generated/

# Created by https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks,vim,visualstudiocode,pycharm
# Edit at https://www.toptal.com/developers/gitignore?templates=python,jupyternotebooks,vim,visualstudiocode,pycharm

Expand Down

0 comments on commit 8a4a56e

Please sign in to comment.