Skip to content

Commit

Permalink
updating container build to trigger on master
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Nov 10, 2021
1 parent d975596 commit 365b9e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
# Always test on pull request
pull_request: []

# Deploy on merge to main
# Deploy on merge to main or master
push:
branches:
- main
- master

jobs:
deploy-test-containers:
Expand Down

0 comments on commit 365b9e4

Please sign in to comment.