Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulemberg authored Sep 9, 2024
1 parent 6af259e commit 8422546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Configure git
run: |
git config pull.rebase false
git remote set-branches --add origin ${{ github.ref }}
git fetch origin
git remote set-branches --add origin master
git fetch
- name: Check for changed files (optional)
id: check-changed-files
run: |
Expand Down

0 comments on commit 8422546

Please sign in to comment.