Skip to content

Commit

Permalink
modifying gh action for updating api version
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed May 30, 2024
1 parent efc3c50 commit 138ac19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_api_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
name: update api version

on:
pull_request:
branches: ['master']
push:
branches: ['develop']

jobs:
updateapiversion:
Expand All @@ -27,4 +27,4 @@ jobs:
git config --global user.name "API version update"
git add .
git commit -m "api version automatically generated"
git push origin develop
git push

0 comments on commit 138ac19

Please sign in to comment.