CI/CD to run on all branches (#40)
Co-authored-by: karthick-rn <kanared@microsoft.com>
This commit is contained in:
Родитель
daa7b0f853
Коммит
df432b6757
|
@ -7,11 +7,11 @@ on:
|
|||
push:
|
||||
# Runs tests for pushes to main branch.
|
||||
branches:
|
||||
- main
|
||||
- '*'
|
||||
# Runs tests for any PRs.
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- '*'
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -68,4 +68,4 @@ jobs:
|
|||
|
||||
- name: Cleanup the resources
|
||||
run: ./deploy/cleanup.sh pr${{ steps.vars.outputs.sha_short }} ${{ secrets.CI_BATCH_ACCOUNT_NAME }}
|
||||
shell: bash
|
||||
shell: bash
|
||||
|
|
Загрузка…
Ссылка в новой задаче