build: do not build merge commits

This commit is contained in:
Marcin Kurczewski 2024-10-22 14:27:06 +02:00
parent b14eed07f4
commit 5c0f325de3
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A
5 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- id: vars
name: Prepare variables

View file

@ -47,6 +47,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Extend PATH for MacPorts
run: |

View file

@ -23,6 +23,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- id: vars
name: Prepare variables

View file

@ -37,6 +37,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: "Prepare release data"
id: prepare_release_data

View file

@ -14,6 +14,7 @@ jobs:
with:
submodules: 'true'
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Install dependencies
run: |