Skip to content

Commit

Permalink
modifying ci-cd workflows (#17)
Browse files Browse the repository at this point in the history
* incremented version to 1.0.0

* fixed releases pipeline

* modified ci-cd workflows for more specificity/flexibility

Co-authored-by: Josh Lloyd <[email protected]>
  • Loading branch information
jlloyd-widen and Josh Lloyd authored Feb 18, 2022
1 parent 722a112 commit 8448c4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI (Testing/Linting) Workflow

on: [push]
on:
push:
branches-ignore:
- main

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Publish New Releases to Pypi
on:
release:
types: [published]
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit 8448c4f

Please sign in to comment.