Skip to content

Commit

Permalink
Fix trigger and git push
Browse files Browse the repository at this point in the history
  • Loading branch information
pleek91 committed Feb 19, 2022
1 parent aebdcf3 commit 05d2132
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Create PRs to Repositories

on:
workflow_dispatch:
push:

jobs:

Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
git commit -m "Update dependency"
- name: Push to remote
run: git push
run: git push --set-upstream origin update-vue-compositions

- name: Create PR
run: |
Expand Down

0 comments on commit 05d2132

Please sign in to comment.