Skip to content

Commit

Permalink
Merge pull request #127 from NASA-IMPACT/fix/discovery-endpoint-fix
Browse files Browse the repository at this point in the history
chore: include on push main for tagging workflow
  • Loading branch information
smohiudd authored Mar 21, 2024
2 parents e667be4 + 0237483 commit 4c8024d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- dev
- main

jobs:
tag:
Expand All @@ -21,4 +22,4 @@ jobs:
with:
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit 4c8024d

Please sign in to comment.