Skip to content

Commit

Permalink
Update bump_pod_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrahul43 authored Feb 21, 2024
1 parent 749fea5 commit e6da8d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump_pod_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- rename_sdk
types: [closed]

# Allows you to run this workflow manually from the Actions tab
Expand All @@ -25,4 +26,4 @@ jobs:
python-version: '3.9.6'

- name: version bump
run: python3 auto_version_bump.py
run: python3 auto_version_bump.py

0 comments on commit e6da8d1

Please sign in to comment.