Skip to content

Commit

Permalink
Update CI deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Aug 18, 2021
1 parent 6a37f1d commit da17fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ name: CI

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events
push:

pull_request:

# run the pipeline on the 0th minute of the 0th hour of day 1 and 15 every month
schedule:
- cron: '0 0 1,15 * *'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="nuztf",
version="2.0.2",
version="2.0.3",
author="Robert Stein",
author_email="robert.stein@desy.de",
description="Package for multi-messenger correlation searches with ZTF",
Expand Down

0 comments on commit da17fde

Please sign in to comment.