Unverified Commit f6b5b82e authored by Omkar Salpekar's avatar Omkar Salpekar Committed by GitHub
Browse files

Adding RC trigger to Build Workflows (#7237)

parent 602e8ca1
...@@ -5,6 +5,12 @@ on: ...@@ -5,6 +5,12 @@ on:
push: push:
branches: branches:
- nightly - nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
...@@ -5,6 +5,12 @@ on: ...@@ -5,6 +5,12 @@ on:
push: push:
branches: branches:
- nightly - nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
...@@ -5,6 +5,12 @@ on: ...@@ -5,6 +5,12 @@ on:
push: push:
branches: branches:
- nightly - nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
...@@ -5,6 +5,12 @@ on: ...@@ -5,6 +5,12 @@ on:
push: push:
branches: branches:
- nightly - nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
...@@ -5,6 +5,12 @@ on: ...@@ -5,6 +5,12 @@ on:
push: push:
branches: branches:
- nightly - nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
...@@ -5,6 +5,12 @@ on: ...@@ -5,6 +5,12 @@ on:
push: push:
branches: branches:
- nightly - nightly
- main
- release/*
tags:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
workflow_dispatch: workflow_dispatch:
jobs: jobs:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment