Skip to content

Commit

Permalink
Merge pull request #192 from lanl/nathanielmorgan-patch-2
Browse files Browse the repository at this point in the history
Create publish-fierro-gui
  • Loading branch information
nathanielmorgan authored Apr 18, 2024
2 parents ddd97d5 + 86d4a65 commit c3dbf84
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/publish-fierro-gui
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Publish FIERRO GUI'

on:
push:
paths:
- .conda/fierro-gui/**
- python/FIERRO-GUI/**
- .github/workflows/publish-fierro-gui.yaml
workflow_dispatch:

jobs:
publish:
uses: ./.github/workflows/build-conda-package.yaml
with:
recipe_dir: .conda/fierro-gui
secrets: inherit

0 comments on commit c3dbf84

Please sign in to comment.