Skip to content

Commit be65587

Browse files
committed
limiting github container workflow to just workflow dispatch for testing
1 parent d81af53 commit be65587

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_and_deploy_containers.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build and Deploy Containers
22

33
# Trigger on push events to branches with open PRs
44
on:
5-
push:
6-
branches:
7-
- main
8-
pull_request:
9-
types: [opened, synchronize, reopened]
5+
# push:
6+
# branches:
7+
# - main
8+
# pull_request:
9+
# types: [opened, synchronize, reopened]
1010
workflow_dispatch:
1111

1212
# Global env vars available to all jobs

0 commit comments

Comments
 (0)