Skip to content

Commit

Permalink
set feature branch name for ontology update push
Browse files Browse the repository at this point in the history
  • Loading branch information
bistline committed Sep 17, 2024
1 parent d14d2b0 commit e062794
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/minify_ontologies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Minify ontologies
on:
pull_request:
types: [opened] # Only trigger on PR "opened" event
# push: # Uncomment, update branches to develop / debug
# branches:
# ew-minify-ontologies
push: # Uncomment, update branches to develop / debug
branches:
jb-anndata-mixpanel-props

jobs:
build:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
# Commit changes
git commit -m "Update minified ontologies via GitHub Actions"
git push origin HEAD
git push origin ${{ github.ref_name }}
else
echo "No changes to commit."
fi

0 comments on commit e062794

Please sign in to comment.