Unverified Commit 13461bc8 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Update deploy.yml

parent c499eba3
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
name: Deploy

on:
  push:
    branches:
      - main
  workflow_run:
    workflows: ["CMake"]
    branches: [main]
    types:
      - completed

env:
  ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}