Skip to content

Commit

Permalink
remove postbuild branch triggers (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz authored Jun 9, 2022
1 parent 12fe368 commit 5a5223b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .azure-devops/component-governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

trigger:
- main
- postbuild

pool:
vmImage: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI code scan

on:
push:
branches: [main, postbuild]
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI Notebooks

on:
push:
branches: [main, postbuild]
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
ci-notebook:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI Python

on:
push:
branches: [main, postbuild]
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
ci-python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

on:
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
ci-typescript:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Ci-raiwigets-python-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI RAIWidgets Python Typescript

on:
push:
branches: [main, postbuild]
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
ci-raiwidgets-python-typescript:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GitHubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
website-build-and-deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python Linting

on:
push:
branches: [main, postbuild]
branches: [main]
pull_request:
branches: [main, postbuild]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit 5a5223b

Please sign in to comment.