Skip to content

Commit

Permalink
workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed May 9, 2024
1 parent 576dc73 commit 7946add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Check License Lines
on:
workflow_dispatch:
push:
branches: main

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_conda.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: publish_conda

on:
workflow_dispatch:
release:
types: [published]

Expand All @@ -15,5 +16,4 @@ jobs:
subDir: '.conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
platforms: 'all'
override: true
dry_run: true
override: true

0 comments on commit 7946add

Please sign in to comment.