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 7ad67ca commit 9724815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Configure git
run: |
git config pull.rebase false
git remote set-branches --add origin master
git remote set-branches --add origin ${{ github.head_ref || github.ref_name }}
git status
git fetch
- name: Check for changed files (optional)
id: check-changed-files
Expand Down

0 comments on commit 9724815

Please sign in to comment.