Skip to content

Commit

Permalink
Trigger release workflow via pull_request, workflow_dispath
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Jan 25, 2024
1 parent 142fdf8 commit 37bda95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Release
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
branches:
- main
jobs:
release:
name: Release
Expand Down

0 comments on commit 37bda95

Please sign in to comment.