Skip to content

Commit

Permalink
Removed branches from worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopaniego committed Oct 6, 2023
1 parent 3d11436 commit aaaaaef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docker_10_1_cudnn7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish 10.1-cudnn7 Docker image
# events but only for the noetic-devel branch
on:
push:
branches: [ noetic-devel, issue-640 ]
branches: [ noetic-devel ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_docker_cuda_11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish cuda 11 Docker image
# events but only for the noetic-devel branch
on:
push:
branches: [ noetic-devel, issue-640 ]
branches: [ noetic-devel ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish Docker image
# events but only for the noetic-devel branch
on:
push:
branches: [ noetic-devel, issue-640 ]
branches: [ noetic-devel ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit aaaaaef

Please sign in to comment.