summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-18 17:14:05 +0100
committerGitHub <noreply@github.com>2020-11-18 17:14:05 +0100
commite33ada1c6984285a046fe48baa8e198a2e3c9c08 (patch)
tree551af6b3fce68d192e9637f3175aff0919d8aa22
parent874f2ca6255de8506c6fc6db42b39bb0c146e382 (diff)
parent9567a0e91c9529b5c95f6264cab8541922fde64b (diff)
downloadostree-e33ada1c6984285a046fe48baa8e198a2e3c9c08.tar.gz
Merge pull request #2243 from lucab/ups/workflow-checkout
workflow/release: further refinements
-rw-r--r--.github/workflows/release.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index b2cf3f5a..77a5bda3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -4,6 +4,8 @@ name: Release
on:
pull_request:
branches: [master]
+ paths:
+ - 'configure.ac'
jobs:
ci-release-build:
@@ -14,6 +16,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v2
with:
+ ref: ${{ github.event.pull_request.head.sha }}
submodules: 'recursive'
fetch-depth: '0'
- name: Checkout (HEAD)