Skip to content

Commit

Permalink
Merge pull request #2243 from lucab/ups/workflow-checkout
Browse files Browse the repository at this point in the history
workflow/release: further refinements
  • Loading branch information
openshift-merge-robot authored Nov 18, 2020
2 parents 874f2ca + 9567a0e commit e33ada1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Release
on:
pull_request:
branches: [master]
paths:
- 'configure.ac'

jobs:
ci-release-build:
Expand All @@ -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)
Expand Down

0 comments on commit e33ada1

Please sign in to comment.