Commit b0af1406 authored by Omkar Salpekar's avatar Omkar Salpekar Committed by Facebook GitHub Bot
Browse files

Adding RC triggers for all build jobs (#3057)

Summary:
Add triggers for RC branches and tags to all build workflows. This will ensure that the release-candidate builds will run with `CHANNEL=test`.

Pull Request resolved: https://github.com/pytorch/audio/pull/3057

Reviewed By: atalman

Differential Revision: D43279657

Pulled By: osalpekar

fbshipit-source-id: 5abf3994b9b4a4897f53c540bd1db6c3d624b3e0
parent ff01be0f
...@@ -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:
concurrency: concurrency:
......
...@@ -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:
concurrency: concurrency:
......
...@@ -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:
concurrency: concurrency:
......
...@@ -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:
concurrency: concurrency:
......
...@@ -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:
concurrency: concurrency:
......
...@@ -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:
concurrency: concurrency:
......
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