Skip to content

Commit

Permalink
fix: ff?
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 3, 2024
1 parent e1d0e39 commit 4f3e144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ jobs:
echo "Current branch is: ${{ github.head_ref }}"
echo "Current branch is: ${{ github.base_ref }}"
echo "Current branch is: ${{ github.event_name }}"
git config pull.ff only # fast-forward only
git pull origin ${{ github.head_ref }}
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4f3e144

Please sign in to comment.