Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
This commit is contained in:
ItalyPaleAle 2023-02-17 03:47:29 +00:00
parent 64d3fbc998
commit fc3e4b1cce
2 changed files with 15 additions and 1 deletions

View File

@ -24,6 +24,8 @@ on:
- 'release-*'
pull_request:
branches:
# TODO: REMOVE "master" BEFORE MERGING
- 'master'
- 'release-*'
env:
@ -46,6 +48,12 @@ jobs:
echo "PR_NUMBER=${{ github.event.client_payload.issue.number }}" >> $GITHUB_ENV
fi
- name: Check out code
uses: actions/checkout@v3
with:
repository: ${{ env.CHECKOUT_REPO }}
ref: ${{ env.CHECKOUT_REF }}
- name: Generate test matrix
id: generate-matrix
env:

View File

@ -22,7 +22,7 @@ on:
- cron: '0 */8 * * *'
push:
branches:
- 'release-*'
- 'release-*'
pull_request:
branches:
- 'master'
@ -48,6 +48,12 @@ jobs:
echo "PR_NUMBER=${{ github.event.client_payload.issue.number }}" >> $GITHUB_ENV
fi
- name: Check out code
uses: actions/checkout@v3
with:
repository: ${{ env.CHECKOUT_REPO }}
ref: ${{ env.CHECKOUT_REF }}
- name: Generate test matrix
id: generate-matrix
env: