Skip to content

Commit

Permalink
remove master branch from CI triggers (microsoft#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Jan 18, 2023
1 parent 3f210c9 commit df2495c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: amd
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Formatting
on:
push:
branches:
- 'master'
- 'staging**'
pull_request:
branches:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-accelerate-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-accelerate-v100
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-inference
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-lightning-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-lightning-v100
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-megatron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-megatron
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-mii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-mii
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-torch-latest-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-torch-latest-v100
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-torch18-p40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-torch18-p40
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-torch18-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-torch18-v100
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nv-transformers-v100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: nv-transformers-v100
on:
push:
branches:
- 'master'
- 'staging**'
paths-ignore:
- 'docs/**'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: python
on:
push:
branches:
- 'master'
- 'staging**'
pull_request:
branches:
Expand Down

0 comments on commit df2495c

Please sign in to comment.