Release/fake 1 (#2265)
This commit is contained in:
parent
e869c257bf
commit
bf493df364
2 changed files with 8 additions and 9 deletions
7
.github/workflows/pr-check.yml
vendored
7
.github/workflows/pr-check.yml
vendored
|
@ -8,6 +8,13 @@ on:
|
|||
types: [synchronize]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test trigger
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'release/') && github.event.pull_request.base.ref == 'develop'
|
||||
steps:
|
||||
- name: Echo
|
||||
run: echo 'Triggered'
|
||||
check_pr:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue