Skip to content

Commit

Permalink
fixed gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Apr 1, 2022
1 parent 441bd2b commit 9444c58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: docs/gh-pages
on:
create:
tags:
- *
- '*'
schedule:
- cron: '0 3 * * *' # run every night at 3AM

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build & release
on:
create:
tags:
- *
- '*'

jobs:
build-n-publish:
Expand Down

0 comments on commit 9444c58

Please sign in to comment.