Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: reorganize github workflows
  • Loading branch information
deleonio committed Mar 9, 2021
1 parent cc2ad24 commit 1f425e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-changelog.yml
Expand Up @@ -8,8 +8,8 @@ on:
schedule:
- cron: '0 2 * * *'

# env:
# branch: master
env:
branch: 'release/1.2'

jobs:
build:
Expand Down Expand Up @@ -40,5 +40,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ env.branch }}
branch: ${{ env.branch }}
force: true

0 comments on commit 1f425e1

Please sign in to comment.